Skip to content

Commit e2197b9

Browse files
Added gitignore
1 parent 8a2b614 commit e2197b9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[Oo]bj/
2+
[Bb]in/
3+
TestResults
4+
TestResult.xml
5+
drops
6+
*.VisualState.xml
7+
StyleCop.Cache
8+
*.LDF
9+
*~
10+
PrecompiledWeb
11+
*.suo
12+
*.log
13+
*.cache
14+
*.user
15+
*.tmp
16+
*.ldf
17+
*.mdf
18+
*.swx
19+
deploy
20+
deploy/*
21+
artifacts/log
22+
artifacts/
23+
packages/
24+
/TestResults
25+
.dotest
26+
*.Publish.xml
27+
*.dbproj.schemaview
28+
_ReSharper*
29+
*.vs10x
30+
*.docstates

0 commit comments

Comments
 (0)