mirror of
https://github.com/ellysh/bash-programming-from-scratch.git
synced 2026-01-12 08:21:52 +00:00
17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
# 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
|
|
|
|
*.md~
|
|
*.pdf
|
|
*.epub
|
|
*.mobi
|