Skip to content

Commit 69148ef

Browse files
dtaylor113cdcabrera
authored andcommitted
chore(dev): Updated gitignore file (#679)
1 parent 8e0d2ab commit 69148ef

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

.gitignore

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
# 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
261
node_modules
27-
npm-debug.log
282
lib
29-
.bower
3+
coverage
4+
docs
5+
dist
6+
test-results.xml
7+
npm-debug.log
308

9+
.idea/*
10+
*.iml
3111
.vscode

0 commit comments

Comments
 (0)