chore: ignore local development artifacts
This commit is contained in:
parent
40bdd1b755
commit
736f387b41
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
# Mojang server distribution (not redistributable; obtain separately)
|
# Mojang server distribution (not redistributable; obtain separately)
|
||||||
/server.jar
|
/server*.jar
|
||||||
/libraries/
|
/libraries/
|
||||||
/versions/
|
/versions/
|
||||||
|
|
||||||
|
|
@ -35,8 +35,10 @@
|
||||||
|
|
||||||
# Editor / tool local config
|
# Editor / tool local config
|
||||||
/.claude/
|
/.claude/
|
||||||
|
/.opencode/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/.idea/
|
/.idea/
|
||||||
|
*.iml
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
# OS junk
|
# OS junk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue