Files
mes-admin/.gitignore
2026-06-12 14:59:24 +08:00

59 lines
460 B
Plaintext

# Maven build output
target/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
.flattened-pom.xml
# Compiled class file
*.class
# Log file
*.log
logs/
# IntelliJ IDEA
.idea/
*.iws
*.iml
*.ipr
# Eclipse
.project
.classpath
.settings/
.metadata/
# NetBeans
nbproject/
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
*.swp
*~
# Environment files
.env
.env.local
.env.*.local
# Liquibase
*.log.txt
# Database
*.db
*.sqlite
*.sqlite3
sql/
*.sql