db-tutorial/.gitignore

67 lines
1013 B
Plaintext
Raw Permalink Normal View History

2019-10-24 18:10:09 +08:00
# ---------------------------------------------------------------------
# more gitignore templates see https://github.com/github/gitignore
# ---------------------------------------------------------------------
# ------------------------------- java -------------------------------
# compiled folders
2018-01-12 09:08:59 +08:00
classes
target
logs
2019-10-24 18:10:09 +08:00
.mtj.tmp/
2018-01-12 09:08:59 +08:00
2019-10-24 18:10:09 +08:00
# compiled files
2018-01-12 09:08:59 +08:00
*.class
2019-10-24 18:10:09 +08:00
# bluej files
*.ctxt
# package files #
2018-01-12 09:08:59 +08:00
*.jar
*.war
2019-10-24 18:10:09 +08:00
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs
hs_err_pid*
# maven plugin temp files
.flattened-pom.xml
2018-01-12 09:08:59 +08:00
2019-10-24 18:10:09 +08:00
# ------------------------------- javascript -------------------------------
# dependencies
node_modules
# temp folders
2023-02-10 11:43:21 +08:00
build
dist
_book
_jsdoc
2023-02-10 11:43:21 +08:00
.temp
.deploy*/
# temp files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bundle*.js
2023-02-10 11:43:21 +08:00
.DS_Store
Thumbs.db
db.json
2020-01-14 23:56:55 +08:00
book.pdf
2023-02-10 11:43:21 +08:00
package-lock.json
2019-10-24 18:10:09 +08:00
# ------------------------------- intellij -------------------------------
.idea
*.iml
2019-10-24 18:10:09 +08:00
# ------------------------------- eclipse -------------------------------
.classpath
.project