forked from starteleport/DoggyFrictions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (58 loc) · 1002 Bytes
/
.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
!/Lib/
# Ignore build marker
/.ok/
# Ignore new VS2015 user settings folder
/.vs/
# Ignore NuGet packages folder
/packages/
/.settings/
# 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/
# Visual Studio 2015 cache/options directory
.vs/
# Mac-related stuff
.DS_Store