Skip to content

Instantly share code, notes, and snippets.

@DanielCender
Created December 1, 2019 01:01
Show Gist options
  • Save DanielCender/d2c11a696c8d28f75395a6d21923c94c to your computer and use it in GitHub Desktop.
Save DanielCender/d2c11a696c8d28f75395a6d21923c94c to your computer and use it in GitHub Desktop.
Simple .gitignore file for Monorepo Parcel setup
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Node Modules
node_modules/
# Parcel cache and distribution folders
.cache/
dist/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment