We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584bf4b commit 56af2e5Copy full SHA for 56af2e5
.gitignore
@@ -1,3 +1,5 @@
1
+dist
2
+
3
# Created by https://www.gitignore.io/api/bower
4
5
### Bower ###
.npmignore
@@ -0,0 +1,19 @@
+# https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
+#tests
+test
+coverage
6
7
+#build tools
8
+.travis.yml
9
+.jenkins.yml
10
+.codeclimate.yml
11
12
+#linters
13
+.jscsrc
14
+.jshintrc
15
+.eslintrc*
16
17
+#editor settings
18
+.idea
19
+.editorconfig
0 commit comments