docker-compose-files/.gitignore

20 lines
373 B
Plaintext
Raw Normal View History

2015-07-30 14:42:57 +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
2016-04-21 13:53:48 +08:00
# pycharm
2018-01-30 16:12:23 +08:00
*.idea/*