Skip to content

Commit 581b3c4

Browse files
committed
fix(package): Update gitignore and npmignore with current files
1 parent e5652b2 commit 581b3c4

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

.gitignore

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
node_modules/
2+
pattern_exports/
23
.DS_Store
3-
latest-change.txt
4-
patternlab.json
5-
.sass-cache/*
6-
/sass-cache
74
Thumbs.db
8-
source/css/style.css.map
5+
.nyc_output/
6+
.vscode/
97
.idea/
10-
public
8+
test/public
119
!test/patterns/public/.gitkeep
1210
!test/patterns/testDependencyGraph.json
13-
.nyc_output/
14-
.vscode/

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
test/
2-
.github/
2+
.DS_Store
33
.travis.yml
4+
.nyc_output/
5+
.vscode/
6+
.idea/
7+

pattern_exports/test-paramParent.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)