multi-user/.gitignore

18 lines
247 B
Plaintext
Raw Normal View History

2019-01-24 11:41:37 +01:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.classs
*.blend1
2019-02-12 17:29:14 +01:00
.vscode
2019-07-01 18:04:35 +02:00
cache
2019-07-23 13:21:03 +02:00
config
2020-01-15 18:47:20 +01:00
*.code-workspace
2020-03-11 22:42:09 +01:00
multi_user_updater/
2020-01-15 18:47:20 +01:00
# sphinx build folder
_build
# ignore generated zip generated from blender_addon_tester
*.zip
2024-02-26 16:05:32 +01:00
libs
venv