Skip to content

Commit c1e2ecb

Browse files
authored
Tighten up build/push ignore files (#245)
* stop building node_modules, and stop pushing a bunch of things * don't ignore quite that much * another too-broad ignore
1 parent 79fc5b1 commit c1e2ecb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.cfignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
compliance
2+
resources
3+
".ruby-version"
4+
".jekyll-metadata"
5+
".gitignore"
6+
node_modules
7+
todo.txt
8+
README.md
9+
CONTRIBUTING.md
10+
LICENSE.md
11+
.nvmrc

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exclude:
2525
- ".ruby-version"
2626
- ".jekyll-metadata"
2727
- ".gitignore"
28+
- node_modules
2829
- todo.txt
2930
- Staticfile
3031
- Gemfile

0 commit comments

Comments
 (0)