-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
80 lines (68 loc) · 1.15 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
!/Lib/
# Ignore build marker
/.ok/
# Ignore new VS2015 user settings folder
/.vs/
# JetBrains IDEs cache/options directory
.idea/
# Ignore NuGet packages folder
/packages/
/.settings/
# Ignore vim backup/swap files
*.*~
*.swp
# Ignore node_modules
**/node_modules/
# Ignore .orig files (original revisions written by Git on merge conflicts)
*.orig
# Ignore specific folders
/Build/logs/
/Build/DeploymentStatus/packages
/Build/DeploymentStatus/App_Data
/Web/Logs/*.log
/Web/Logs/*.log.*
/Web/Logs/*.xml
/Web/App_Data/Blobs/
/Web/App_Data/Files/
/Web/App_Data/cleanupLocker.txt
/Web/App_Data/ReplicatedDictionaryCache/
/Mobile/bld/
ImageCache/
/Etl/Etl.Build
/Etl/Etl.Api/App_Data
/Mobile/platforms
/Mobile/plugins/android.json
/Mobile/plugins/remote_ios.json
/Mobile/changeList.json
# Ignore thumbnails created by Windows
Thumbs.db
# Ignore files built by Visual Studio
[Bb]in/
obj/
csx/
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.cache
*.ilk
*.log
*.sbr
# Tools
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
.sass-cache/
# Mac-related stuff
.DS_Store
# Repository-specific
**/wwwroot/lib/
**/wwwroot/js/min/
**/wwwroot/css/min/
/artifacts/**/*