# Dependencies
node_modules

# Local configuration
.env
.bashrc
.npmrc
local.mk
!packages/generator/generators/boilerplate/templates/local.mk

# Compiled files
**/*.js
**/*.js.map
!babel.config.js
!**/templates/eslintrc.js
!**/templates/mocharc.js
!**/.*.js
# Fix for Atom bug - the above re-inclusion of .*.js files incorrectly re-adds also any *.test.js
# files. Git itself does not need this.
**/*.test.js

# Generated files
.nvmrc
docs
coverage
gh-pages

# Garbage
*.lerna_backup
*.log
*~
*#
.DS_Store
.nyc_output
.eslintcache

# IDE stuff
.netbeans
nbproject
.idea
.node_history
*.sublime-*
*.atom-*
.tern-*
