Spring / springboot-app 2 /.gitignore
AI-RESEARCHER-2024's picture
Upload 9 files
26f6e80 verified
raw
history blame contribute delete
800 Bytes
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs
hs_err_pid*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# IDE - IntelliJ IDEA
.idea/
*.iws
*.iml
*.ipr
out/
# IDE - Eclipse
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# IDE - VSCode
.vscode/
# IDE - NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
# OS Files
.DS_Store
Thumbs.db
# Application specific
application-local.properties
application-dev.properties