This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
PCcraft/.gitignore

14 lines
147 B
Plaintext
Raw Normal View History

2021-02-05 15:56:45 +01:00
# Build files
/build-fx
/build-cg
/*.g1a
/*.g3a
# Python bytecode
__pycache__/
# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode