linux-tutorial/.gitignore

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