mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 03:20:12 -08:00
30 lines
590 B
Plaintext
30 lines
590 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
|
|
|
|
# eBook build output
|
|
*.epub
|
|
*.mobi
|
|
*.pdf
|
|
|
|
# swap file
|
|
*.swp
|
|
|
|
# Runtime generated files
|
|
logs/
|
|
# Backup files - ignore most backups but keep current state files
|
|
crontab/crontab-backups/*/archive/
|
|
!crontab/crontab-backups/*/current-crontab.backup
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.backup
|