Created
December 1, 2019 01:01
-
-
Save DanielCender/d2c11a696c8d28f75395a6d21923c94c to your computer and use it in GitHub Desktop.
Simple .gitignore file for Monorepo Parcel setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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