-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
57 lines (45 loc) · 872 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
# Ignore everything in vscode folder
# except what we want users to
# contribute if there is any
# improvement
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
# User-specific files in Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates
.vs/
# GhostDoc plugin settings file
*.GhostDoc.xml
# Ignore cake tools directory, except packages.config
tools/*
!tools/packages.config
# Ignore build artifacts
BuildArtifacts/
[Oo]bj/
[Bb]in/
# OS Specific files
*~
.DS_Store
.AppleDouble
.LSOverride
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Windows shortcuts
*.lnk
# Thumbnails
._*
# Cake.Graph related
docs/input/tasks/*
# Wyam related
config.wyam.*
.idea/
/src/Cake.IntelliJ.Recipe/Content/version.cake
.history/