You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
266 B
Plaintext
19 lines
266 B
Plaintext
5 years ago
|
# 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
|