2021-06-16 21:57:52 +02:00
|
|
|
## Based on GitHub's Eclipse .gitignore
|
|
|
|
|
|
|
|
run/
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
gradle-app.setting
|
2022-01-07 20:50:01 +01:00
|
|
|
out/
|
2023-11-19 01:05:49 +01:00
|
|
|
logs/
|
2021-06-16 21:57:52 +02:00
|
|
|
|
|
|
|
## IntelliJ IDEA
|
|
|
|
|
|
|
|
.idea/
|
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
*.ipr
|
|
|
|
|
|
|
|
## Eclipse
|
|
|
|
|
|
|
|
eclipse/
|
|
|
|
*.pydevproject
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
2023-12-28 22:05:25 +01:00
|
|
|
|
2024-01-22 20:12:48 +01:00
|
|
|
# Other
|
2024-09-10 04:11:05 +02:00
|
|
|
.DS_Store
|
2023-12-28 22:05:25 +01:00
|
|
|
mcmodsrepo
|
2024-01-22 20:12:48 +01:00
|
|
|
src/*/generatedPackageInfos/
|
2024-04-17 21:21:28 +02:00
|
|
|
*/src/*/generatedPackageInfos/
|