Added .gitignore.
This commit is contained in:
parent
595703bf20
commit
b00123e42f
32
_gitignore
Normal file
32
_gitignore
Normal file
@ -0,0 +1,32 @@
|
||||
# Compiled Python scripts
|
||||
*.pyc
|
||||
*.pyo
|
||||
__pycache__
|
||||
# Compiled Java classes
|
||||
*.class
|
||||
# Compiled C files
|
||||
*.a
|
||||
*.o
|
||||
# SQLite databases
|
||||
*.db
|
||||
*.sqlite
|
||||
# Temporary or runtime files
|
||||
*.old
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.local
|
||||
*.log
|
||||
*.pid
|
||||
*.cache
|
||||
*.orig
|
||||
*~
|
||||
.sass-cache
|
||||
# Python Sphinx and setuptools files
|
||||
/doc/_build
|
||||
/build
|
||||
/dist
|
||||
*.egg-info
|
||||
# Mac OS X specific
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user