diff options
| author | ash lea <example@thisismyactual.email> | 2026-06-01 14:25:40 -0400 |
|---|---|---|
| committer | ash lea <example@thisismyactual.email> | 2026-06-01 14:25:40 -0400 |
| commit | 52b847653296f6e80fd68678b2a88ee9f560eaff (patch) | |
| tree | b52750d0b649f64a670552d1776e39f6a0a676d3 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fee2f7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +### Gradle ### +.gradle +build/ +!gradle/wrapper/gradle-wrapper.jar +!**/src/**/build/ + +### IntelliJ IDEA ### +.idea/ +*.iws +*.iml +*.ipr +out/ +!**/src/**/out/ + +.run/ + +### Eclipse ### +.apt_generated +.classpath +.eclipse/ +.factorypath +.project +.settings +.springBeans +.sts4-cache +bin/ +!**/src/**/bin/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store + +### Minecraft Modding ### +run/ +!**/src/**/run/ +**/src/generated/**/.cache/ +repo/ +!**/src/**/repo/ |