Added stuff to gitignore
Pycache will be ignored recursively. Added rest of IJ ignore bits and pieces. Fixed something else and added ST3 stuff you don't want upstream.
This commit is contained in:
parent
ffadea3e52
commit
8201f2c3c4
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,10 +1,15 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
|
||||||
|
# Recurse
|
||||||
|
**/__pycache__
|
||||||
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
@ -105,4 +110,21 @@ venv.bak/
|
|||||||
|
|
||||||
/src/config/Config.json
|
/src/config/Config.json
|
||||||
/src/config/PrivateConfig.json
|
/src/config/PrivateConfig.json
|
||||||
|
|
||||||
|
# IntelliJ stuff
|
||||||
.idea/
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# Sublime stuff
|
||||||
|
# Cache files for Sublime Text
|
||||||
|
*.tmlanguage.cache
|
||||||
|
*.tmPreferences.cache
|
||||||
|
*.stTheme.cache
|
||||||
|
|
||||||
|
# Workspace files are user-specific
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# Project files should be checked into the repository, unless a significant
|
||||||
|
# proportion of contributors will probably not be using Sublime Text
|
||||||
|
# *.sublime-project
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user