linux-tutorial/.gitignore
Zhang Peng 59cc98e29c 🎉 初始化
2017-11-14 17:39:25 +08:00

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