Files
JStom/.gitignore
Zephrynis 78f447d7b9
All checks were successful
Build JStom / build (push) Successful in 54s
Fix .gitignore to allow gradle-wrapper.jar and force add it
2026-01-25 23:07:58 +00:00

68 lines
543 B
Plaintext

# Gradle
.gradle
build/
!**/src/main/**/build/
!**/src/test/**/build/
# Java
*.class
*.log
*.ctxt
.mtj.tmp/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# Eclipse
.classpath
.project
.settings/
bin/
# VS Code
.vscode/
# System
.DS_Store
Thumbs.db
# Project specific
*.log
# Exceptions
!gradle/wrapper/gradle-wrapper.jar
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# Eclipse
.classpath
.project
.settings/
bin/
# VS Code
.vscode/
# System
.DS_Store
Thumbs.db
# Project specific
*.log