Skip to content

Commit fa3d2b8

Browse files
committed
Updated git ignore with additional files to exclude (*.cache, global assembly info etc.)
1 parent 5c3b342 commit fa3d2b8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
2-
*.suo
3-
*.user
41
bin/
52
obj/
3+
*.log
4+
logs/
65
_ReSharper*/
7-
build/
6+
output/
7+
release/
8+
*.suo
9+
*.user
10+
*.cache
11+
12+
/src/GlobalAssemblyInfo.cs

0 commit comments

Comments
 (0)