update gitignore for development files
parent
cfc575cd30
commit
623d0af789
|
@ -1,2 +1,15 @@
|
|||
.DS_store
|
||||
._*
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Project files
|
||||
ino_project
|
||||
|
||||
# Closure library needed for uncompressed development
|
||||
/closure-library
|
||||
/closure-library-read-only
|
||||
|
||||
# Python byte-compiled / optimized
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Reference in New Issue