Adoranda/.gitignore

16 lines
156 B
Plaintext
Raw Normal View History

2021-07-29 18:33:22 +02:00
# Build files
/build-fx
/build-cg
/*.g1a
/*.g3a
2021-08-06 23:54:39 +02:00
*.json
2021-08-07 01:49:03 +02:00
*~
2021-07-29 18:33:22 +02:00
# Python bytecode
2021-08-07 01:49:03 +02:00
__pycache__/
2021-07-29 18:33:22 +02:00
# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode