spring-tutorial/.gitignore

69 lines
1020 B
Plaintext

# ---------------------------------------------------------------------
# more gitignore templates see https://github.com/github/gitignore
# ---------------------------------------------------------------------
# ------------------------------- java -------------------------------
# compiled folders
classes
target
logs
.mtj
.tmp
# compiled files
*.class
# bluej files
*.ctxt
# package files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs
hs_err_pid*
# maven plugin temp files
.flattened-pom.xml
# ------------------------------- javascript -------------------------------
# dependencies
node_modules
# temp folders
build
dist
_book
_jsdoc
.temp
.cache
.deploy*/
# temp files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bundle*.js
.DS_Store
Thumbs.db
db.json
book.pdf
package-lock.json
# ------------------------------- intellij -------------------------------
.idea
*.iml
# ------------------------------- eclipse -------------------------------
.classpath
.project