update gitignore

This commit is contained in:
Bryan MacFarlane 2019-09-20 07:47:55 -04:00
parent d7bc8bf48b
commit 8229500967
2 changed files with 5 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,3 +1,6 @@
# comment this out distribution branches
node_modules/
# Logs
logs
*.log
@ -32,8 +35,7 @@ bower_components
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
# Other Dependency directories
jspm_packages/
# TypeScript v1 declaration files

View File

@ -65,7 +65,7 @@ Actions are run from GitHub repos. We will create a releases branch and only ch
Comment out node_modules in .gitignore and create a releases/v1 branch
```bash
# Dependency directories
# comment this out distribution branches
# node_modules/
```