Expand gitignore

This commit is contained in:
abel1502 2024-09-23 15:17:12 +03:00
parent 42b7d1f657
commit 33c8ad70a3
No known key found for this signature in database
GPG Key ID: 076926596A536338

33
.gitignore vendored
View File

@ -1,25 +1,28 @@
# eclipse # eclipse
eclipse /eclipse
bin /bin
*.launch /*.launch
.settings /.settings
.metadata /.metadata
.classpath /.classpath
.project /.project
# idea # idea
out /out
*.ipr /*.ipr
*.iws /*.iws
*.iml /*.iml
.idea /.idea
# gradle # gradle
build /build
.gradle /.gradle
# vscode
/.vscode
# other # other
run /run
# CurseForge configuration # CurseForge configuration
/curseforge.properties /curseforge.properties