mirror of https://github.com/dunwu/db-tutorial.git
27 lines
308 B
Plaintext
27 lines
308 B
Plaintext
|
################ 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
|