Skip to content

Commit d70c353

Browse files
committed
updated gitignore file
1 parent 8e0d2ab commit d70c353

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

.gitignore

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
11
# generic (system) files/extensions we don't want
2-
*.seed
3-
*.log
4-
*.csv
5-
*.dat
6-
*.out
7-
*.pid
8-
*.gz
9-
.idea/*
10-
*.iml
11-
*.DS_Store
12-
lib-cov
13-
pids
14-
logs
15-
results
16-
test-results.xml
17-
dist/docs/components
18-
dist/docs/font*
19-
dist/docs/grunt-styles
20-
dist/docs/img
21-
dist/docs/index.html
22-
coverage/
23-
24-
/docs
25-
/dist
262
node_modules
27-
npm-debug.log
283
lib
29-
.bower
4+
coverage
5+
docs
6+
dist
7+
test-results.xml
8+
npm-debug.log
309

10+
.idea/*
11+
*.iml
3112
.vscode

0 commit comments

Comments
 (0)