mirror of https://github.com/dunwu/db-tutorial.git
39 lines
418 B
Plaintext
39 lines
418 B
Plaintext
################ JAVA ################
|
|
# temp folders
|
|
classes
|
|
target
|
|
logs
|
|
|
|
# temp files
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
|
|
|
|
################ JAVASCRIPT ################
|
|
# dependencies
|
|
node_modules
|
|
|
|
# temp folders
|
|
build
|
|
dist
|
|
_book
|
|
_jsdoc
|
|
|
|
# temp files
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
bundle*.js
|
|
|
|
|
|
################ IDEA ################
|
|
.idea
|
|
*.iml
|
|
|
|
|
|
################ Eclipse ################
|
|
.classpath
|
|
.project
|