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:
Espy | Neko | 404 2018-05-22 21:44:28 +01:00 committed by GitHub
parent ffadea3e52
commit 8201f2c3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.gitignore vendored
View File

@ -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