Skip to content

Commit 5e40f4f

Browse files
committed
.gitignore
1 parent e12c9d1 commit 5e40f4f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.psci*
2-
bower_components/
3-
output/
4-
.psc-package
5-
.psc-ide-port
6-
.psa-stash
1+
/.*
2+
!/.gitignore
3+
!/.jscsrc
4+
!/.jshintrc
5+
!/.travis.yml
6+
/bower_components/
7+
/node_modules/
8+
/output/

0 commit comments

Comments
 (0)