We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d2ab commit 69148efCopy full SHA for 69148ef
.gitignore
@@ -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
26
node_modules
27
-npm-debug.log
28
lib
29
-.bower
+coverage
+docs
+dist
+test-results.xml
+npm-debug.log
30
+.idea/*
+*.iml
31
.vscode
0 commit comments