47 lines
387 B
Plaintext
47 lines
387 B
Plaintext
# === Minecraft ===
|
|
*.jar
|
|
*.zip
|
|
!.pw.toml
|
|
|
|
# === packwiz ===
|
|
.packwiz/
|
|
local/
|
|
|
|
# === OS ===
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
|
|
# === IDE ===
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# === Logs & Runtime ===
|
|
logs/
|
|
crash-reports/
|
|
out/
|
|
*.log
|
|
|
|
# === Java ===
|
|
*.class
|
|
*.ear
|
|
*.war
|
|
|
|
# === Gradle ===
|
|
.gradle/
|
|
build/
|
|
|
|
# === Native libs ===
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# === Misc ===
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|