mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 10:41:33 +00:00
+ .gitignore
This commit is contained in:
parent
0ad15a1b65
commit
f5e78ca401
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Visual Studio Ignores
|
||||
bin/
|
||||
obj/
|
||||
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
*.ncb
|
||||
|
||||
# Resharper Ignores
|
||||
_ReSharper.*/
|
||||
*.resharper.user
|
||||
|
||||
# vim Ignore
|
||||
*.swp
|
||||
|
||||
# kdiff3 Ignore
|
||||
*.orig
|
||||
|
||||
# Misc Ignores
|
||||
Thumbs.db
|
||||
Loading…
Reference in a new issue