mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
Update .gitignore to include IDE files
Added IntelliJ and Visual Studio Code specific files to .gitignore.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user