Commit 649dbfb494cb700716bf89be6007cfc6f255b37f
1 parent
43a66cfe
modified git ignore
Showing
1 changed file
with
28 additions
and
2 deletions
400-SOURCECODE/.gitignore
1 | 1 | # git ignore file |
2 | -[Bb]in/ | |
3 | 2 | [Dd]ebug*/ |
4 | 3 | *.lib |
5 | 4 | Thumbs.db |
... | ... | @@ -22,5 +21,32 @@ obj/ |
22 | 21 | *.cache |
23 | 22 | *.ilk |
24 | 23 | *.log |
25 | -400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj | |
24 | +[Dd]ebug*/ | |
25 | +*.lib | |
26 | +*.sbr | |
27 | +obj/ | |
28 | +AIAHTML5.ADMIN.API/ | |
29 | +AIAHTML5.API/ | |
30 | +Admin/src/ | |
31 | +Admin/e2e | |
32 | +Admin/Properties | |
33 | +Admin/wwwroot | |
34 | + | |
35 | +[Rr]elease*/ | |
36 | +_ReSharper*/ | |
37 | +[Tt]est[Rr]esult* | |
38 | +*.vssscc | |
39 | +$tf*/ | |
26 | 40 | 400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj.user |
41 | +400-SOURCECODE\AIAHTML5.Web\bin | |
42 | +300-PROTOTYPES/POC/AIAHTML5 | |
43 | +400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig | |
44 | +400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig | |
45 | +400-SOURCECODE/AIAHTML5.Web/index.html.orig | |
46 | +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll | |
47 | +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb | |
48 | + | |
49 | +400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig | |
50 | +400-SOURCECODE/.vs/config/applicationhost.config | |
51 | +400-SOURCECODE/.vs/config/applicationhost.config | |
52 | +400-SOURCECODE/AIAHTML5.ADMIN.Web | |
27 | 53 | \ No newline at end of file | ... | ... |