OnJava8/.gitignore

25 lines
419 B
Plaintext
Raw Normal View History

2018-11-20 13:41:18 +08:00
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf
2019-04-09 19:07:59 +08:00
# OSX junk files
.DS_Store
._*
*/.DS_Store
*/._*
2019-05-13 00:38:46 +08:00
# IDEA
/.idea/*