This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/.gitignore

20 lines
120 B
Plaintext
Raw Normal View History

2020-04-25 13:33:17 +00:00
# gradle
.gradle/
build/
out/
classes/
# idea
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
bin/
.classpath
2020-05-31 17:25:16 +00:00
.project