|
|
1 |
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) |
|
|
2 |
[Bb]in/ |
|
|
3 |
[Oo]bj/ |
|
|
4 |
|
|
cybutek
|
5 |
# Unity specific |
|
|
6 |
[Ll]ibrary/ |
|
|
7 |
[Tt]emp/ |
|
|
8 |
*.unityproj |
|
|
9 |
|
|
|
10 |
# mstest test results |
|
|
11 |
TestResults |
|
|
12 |
|
|
|
13 |
## Ignore Visual Studio temporary files, build results, and |
|
|
14 |
## files generated by popular Visual Studio add-ons. |
|
|
15 |
|
|
|
16 |
# User-specific files |
|
|
17 |
*.suo |
|
|
18 |
*.user |
|
|
19 |
*.sln.docstates |
|
|
20 |
|
|
|
21 |
# Build results |
|
|
22 |
[Dd]ebug/ |
|
|
23 |
x64/ |
|
|
24 |
*_i.c |
|
|
25 |
*_p.c |
|
|
26 |
*.ilk |
|
|
27 |
*.meta |
|
|
28 |
*.obj |
|
|
29 |
*.pch |
|
|
30 |
*.pdb |
|
|
31 |
*.pgc |
|
|
32 |
*.pgd |
|
|
33 |
*.rsp |
|
|
34 |
*.sbr |
|
|
35 |
*.tlb |
|
|
36 |
*.tli |
|
|
37 |
*.tlh |
|
|
38 |
*.tmp |
|
|
39 |
*.log |
|
|
40 |
*.vspscc |
|
|
41 |
*.vssscc |
|
|
42 |
.builds |
|
|
43 |
|
|
|
44 |
# Visual C++ cache files |
|
|
45 |
ipch/ |
|
|
46 |
*.aps |
|
|
47 |
*.ncb |
|
|
48 |
*.opensdf |
|
|
49 |
*.sdf |
|
|
50 |
|
|
|
51 |
# Visual Studio profiler |
|
|
52 |
*.psess |
|
|
53 |
*.vsp |
|
|
54 |
*.vspx |
|
|
55 |
|
|
|
56 |
# Guidance Automation Toolkit |
|
|
57 |
*.gpState |
|
|
58 |
|
|
|
59 |
# ReSharper is a .NET coding add-in |
|
|
60 |
_ReSharper* |
|
|
61 |
|
|
|
62 |
# Mindbench SASS cache |
|
|
63 |
.sass-cache/ |
|
|
64 |
|
|
|
65 |
# NCrunch |
|
|
66 |
*.ncrunch* |
|
|
67 |
.*crunch*.local.xml |
|
|
68 |
|
|
|
69 |
# Installshield output folder |
|
|
70 |
[Ee]xpress |
|
|
71 |
|
|
|
72 |
# DocProject is a documentation generator add-in |
|
|
73 |
DocProject/buildhelp/ |
|
|
74 |
DocProject/Help/*.HxT |
|
|
75 |
DocProject/Help/*.HxC |
|
|
76 |
DocProject/Help/*.hhc |
|
|
77 |
DocProject/Help/*.hhk |
|
|
78 |
DocProject/Help/*.hhp |
|
|
79 |
DocProject/Help/Html2 |
|
|
80 |
DocProject/Help/html |
|
|
81 |
|
|
|
82 |
# Click-Once directory |
|
|
83 |
publish |
|
|
84 |
|
|
|
85 |
# Publish Web Output |
|
|
86 |
*.Publish.xml |
|
|
87 |
|
|
|
88 |
# NuGet Packages Directory |
|
|
89 |
packages |
|
|
90 |
|
|
|
91 |
# Windows Azure Build Output |
|
|
92 |
csx |
|
|
93 |
*.build.csdef |
|
|
94 |
|
|
|
95 |
# Windows Store app package directory |
|
|
96 |
AppPackages/ |
|
|
97 |
|
|
|
98 |
# Others |
|
|
99 |
sql |
|
|
100 |
TestResults |
|
|
101 |
[Tt]est[Rr]esult* |
|
|
102 |
*.Cache |
|
|
103 |
ClientBin |
|
|
104 |
[Ss]tyle[Cc]op.* |
|
|
105 |
~$* |
|
|
106 |
*.dbmdl |
|
|
107 |
Generated_Code #added for RIA/Silverlight projects |
|
|
108 |
|
|
|
109 |
# Backup & report files from converting an old project file to a newer |
|
|
110 |
# Visual Studio version. Backup files are not needed, because we have git ;-) |
|
|
111 |
_UpgradeReport_Files/ |
|
|
112 |
Backup*/ |
|
|
113 |
UpgradeLog*.XML |
|
|
114 |
|
|
|
115 |
# SQL Server files |
|
|
116 |
App_Data/*.mdf |
|
|
117 |
App_Data/*.ldf |
|
|
118 |
|
|
CYBUTEK
|
119 |
[Gg]ame/ |
|
|
120 |
[Rr]elease/ |