Skip to content

Commit 0452014

Browse files
authored
Update .gitignore
1 parent 1791441 commit 0452014

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.gitignore

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Dependencies
2-
.psci_modules
3-
bower_components
4-
node_modules
5-
6-
# Generated files
7-
.psci
8-
output
9-
10-
.psc-ide-port
1+
/.*
2+
!/.gitignore
3+
!/.jshintrc
4+
!/.jscsrc
5+
!/.travis.yml
6+
/bower_components/
7+
/node_modules/
8+
/output/
9+
package-lock.json

0 commit comments

Comments
 (0)