-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (55 loc) · 928 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
# Ignore files that are not part of the solution/project basis files.
# This are files like products of the build process (.exe, .dll, .log, etc)
#
**/*.pdb
**/*.pch
**/*.dll
**/*.cache
**/*.log
**/*.tlog
**/*.resources
**/*.obj
**/*.txt
**/*.exe
**/*.xml
**/*.manifest
**/*.res
**/*.buildstate
**/*.unsuccessfulbuild
**/*.idb
**/*.rc
**/*.user
**/*.sdf
**/*.vc.db
**/*.opendb
**/*.opensdf
**/*.suo
**/*.cd
**/StyleCop.Cache
#
# Gitignore nuget
#
# Ignore NuGet Packages
*.nupkg
# Ignore the packages folder
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
#!**/packages/repositories.config
**/nuget.exe.old
# Ignore directories that are not part of the solution/project basis files.
#
Winpcap/
ipch/
**/bin/Release/*
**/bin/Debug/*
**/obj/
**/Debug/
**/Release/
**/x64/
BUILDS/
!Plugin**/app.config
!Minary/app.config
!Minary/**/*.manifest
!.nuget/NuGet.exe
!DEFAULT_DATA/*.txt