Update .gitignore to include IDE files

Added IntelliJ and Visual Studio Code specific files to .gitignore.
This commit is contained in:
Jab125
2026-03-04 16:33:14 +11:00
committed by GitHub
parent 876db26f18
commit 409dd04f90

16
.gitignore vendored
View File

@@ -11,3 +11,19 @@ modpacks/*/Logs
/modpacks/re-console/mr/yarn/1.21.10-fabric/Logs
/modpacks/simply-legacy/cf/yarn/1.21.10-fabric/Logs
/modpacks/gold-not-old/mr/yarn/1.21.11-fabric/Logs
# IntelliJ
.idea/
*.iml
*.ipr
*.iws
# Visual Studio Code
.settings/
.vscode/
bin/
.classpath
.project
# Logs and errors
hs_err_*.log
replay_*.log
*.hprof
*.jfr