You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
415 B
26 lines
415 B
4 years ago
|
# ---> Backup
|
||
|
*.bak
|
||
|
*.gho
|
||
|
*.ori
|
||
|
*.orig
|
||
|
*.tmp
|
||
|
|
||
|
# ---> GitBook
|
||
|
# 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
|
||
|
|