yl-backend/.gitignore

53 lines
456 B
Plaintext
Raw Permalink Normal View History

2024-12-06 20:38:22 +08:00
# Compiled class file
*.class
2024-12-06 20:36:28 +08:00
2024-12-06 20:38:22 +08:00
# Eclipse
2024-12-06 20:36:28 +08:00
.project
2024-12-06 20:38:22 +08:00
.classpath
.settings/
2024-12-06 20:36:28 +08:00
2024-12-06 20:38:22 +08:00
# Intellij
2024-12-06 20:36:28 +08:00
*.ipr
2024-12-06 20:38:22 +08:00
*.iml
*.iws
.idea/
# Maven
target/
# Gradle
build
.gradle
# Log file
*.log
# out
**/out/
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar
*.tar.gz
*.rar
*.pid
*.orig
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Mac
.DS_Store
2024-12-06 20:36:28 +08:00
2024-12-06 20:38:22 +08:00
*.tmp