Skip to content

Commit 211fc82

Browse files
committed
Revise ignored files for psc-make change
1 parent e0036f5 commit 211fc82

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/js/
2-
/externs/
3-
/node_modules/
41
/bower_components/
2+
/node_modules/
3+
/output/
54
/tmp/
65
/.psci

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"ignore": [
1010
"**/.*",
1111
"bower_components",
12-
"externs",
13-
"js",
1412
"node_modules",
13+
"output",
1514
"tests",
1615
"tmp",
1716
"bower.json",

0 commit comments

Comments
 (0)