-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 827 Bytes
/
.gitignore
File metadata and controls
60 lines (52 loc) · 827 Bytes
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
.svn
.hg
build_output
code_drop
[Bb]in
obj
src/packages
lib/chocolatey/*.exe
lib/chocolatey/*.dll
lib/chocolatey/*.xml
lib/chocolatey/*.pdb
.editorconfig
*.suo
*.sln.docstates
*.user
*.csproj.user
*.[rR]esharper.user
*.DotSettings.user
*.resharper
_ReSharper*
*.cache
*~
*.swp
*.bak
*.orig
*.log
*.pidb
*userprefs
*.nupkg
!src/chocolatey.tests.integration/Resources/*.nupkg
TestResult.xml
submit.xml
SolutionVersion.cs
SolutionVersion.vb
.DS_Store
*.db
src/_dotCover*/
src/_dotTrace*/
src/chocolatey.sln.GhostDoc.xml
# Visual Studio 2015/2017 cache/options directory
.vs/
# Rider
.idea/
# Build related
tools/**
!tools/packages.config
!tools/Addins/packages.config
!tools/Modules/packages.config
BuildArtifacts/
code_drop/
# Chocolatey License (This covers all filenames used for test licenses)
*chocolatey.license.xml