A preliminary .gitignore file, to prevent us checking in files unnecessary. (#18)
https://github.com/github/gitignore.pull/19/head V10.3.1
parent
c2a98127ac
commit
89e7bbe292
@ -0,0 +1,19 @@
|
||||
# Ignore MacOS file system related.
|
||||
**/*.DS_Store*
|
||||
|
||||
# Ignore build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio cache/options directory
|
||||
.vs/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
Loading…
Reference in New Issue