Skip to content

Commit b520d4d

Browse files
committed
update git ignore
1 parent 7c05aee commit b520d4d

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

.gitignore

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
1-
node_modules/
2-
node_modules/*
3-
typings/
4-
typings/*
1+
# compiled output
2+
/bundles
3+
/dist
4+
/tmp
5+
/.tmp
56

6-
.DS_Store
7-
.idea/modules.xml
7+
# dependencies
8+
/node_modules
9+
/bower_components
810

9-
.idea/ng2Draggable.iml
11+
# IDEs and editors
12+
/.idea
13+
/.vscode
14+
.project
15+
.classpath
16+
.c9/
17+
*.launch
18+
.settings/
1019

11-
.idea/vcs.xml
20+
# misc
21+
/.sass-cache
22+
/connect.lock
23+
/coverage/*
24+
/libpeerconnection.log
25+
npm-debug.log
26+
testem.log
27+
/typings
1228

13-
.idea/workspace.xml
14-
.temp
15-
.vscode
29+
# e2e
30+
/e2e/*.js
31+
/e2e/*.map
1632

17-
dist/*
18-
**/*.js
19-
**/*.js.map
20-
**/*.d.ts
33+
#System Files
34+
.DS_Store
35+
Thumbs.db

0 commit comments

Comments
 (0)