Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 710e477

Browse files
committedJan 7, 2017
Update .gitignore.
1 parent d6621a9 commit 710e477

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
*.sw[op]
1+
*.sw[nop]
22
*~
3+
.bower.json
4+
.cdtproject
5+
.classpath
36
.cproject
47
.project
58
*.sublime-project
69
*.sublime-workspace
710
.DS_Store
811
.settings
12+
TAGS
913
coverage
14+
dist
1015
node_modules
1116
v8.log

0 commit comments

Comments
 (0)
Please sign in to comment.