We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bc8bf commit 8229500Copy full SHA for 8229500
2 files changed
.gitignore
@@ -1,3 +1,6 @@
1
+# comment this out distribution branches
2
+node_modules/
3
+
4
# Logs
5
logs
6
*.log
@@ -32,8 +35,7 @@ bower_components
32
35
# Compiled binary addons (https://nodejs.org/api/addons.html)
33
36
build/Release
34
37
-# Dependency directories
-node_modules/
38
+# Other Dependency directories
39
jspm_packages/
40
41
# TypeScript v1 declaration files
README.md
@@ -65,7 +65,7 @@ Actions are run from GitHub repos. We will create a releases branch and only ch
65
66
Comment out node_modules in .gitignore and create a releases/v1 branch
67
```bash
68
69
# node_modules/
70
```
71
0 commit comments