Create .gitignore

This commit is contained in:
minster586
2026-01-14 03:32:12 -05:00
parent e7726190f6
commit e10311ffe9

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Maven target directory
/target/
# IDE files
/.idea/
*.iml
*.ipr
*.iws
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Config files
config.yml
# Libs
/lib/*.jar
!lib/Client-1.11.9-Release-all.jar
# Misc
*.class