Skip to content

Commit 8229500

Browse files
update gitignore
1 parent d7bc8bf commit 8229500

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# comment this out distribution branches
2+
node_modules/
3+
14
# Logs
25
logs
36
*.log
@@ -32,8 +35,7 @@ bower_components
3235
# Compiled binary addons (https://nodejs.org/api/addons.html)
3336
build/Release
3437

35-
# Dependency directories
36-
node_modules/
38+
# Other Dependency directories
3739
jspm_packages/
3840

3941
# TypeScript v1 declaration files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Actions are run from GitHub repos. We will create a releases branch and only ch
6565

6666
Comment out node_modules in .gitignore and create a releases/v1 branch
6767
```bash
68-
# Dependency directories
68+
# comment this out distribution branches
6969
# node_modules/
7070
```
7171

0 commit comments

Comments
 (0)