generator-node-boilerplate
Version:
Web application generator for Yeoman
17 lines (14 loc) • 397 B
Plain Text
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
# Ignore node files.
node_modules/
temp/
# Ignore other unneeded files.
*.swp
*~
.project
.DS_Store
.idea