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 c611d3b commit de7a9d3Copy full SHA for de7a9d3
.npmignore
@@ -0,0 +1,40 @@
1
+# Logs
2
+logs
3
+*.log
4
+
5
+# Runtime data
6
+pids
7
+*.pid
8
+*.seed
9
10
+# Coverage tools
11
+lib-cov
12
+coverage
13
+coverage.html
14
+.cover*
15
16
+# Dependency directory
17
+node_modules
18
19
+# Example build directory
20
+example/dist
21
+.publish
22
+dist
23
+example
24
+src
25
+.editorconfig
26
+.eslintignore
27
+.eslintrc
28
+.gitignore
29
+bower.json
30
+gulpfile.js
31
32
+# Editor and other tmp files
33
+*.swp
34
+*.un~
35
+*.iml
36
+*.ipr
37
+*.iws
38
+*.sublime-*
39
+.idea/
40
+*.DS_Store
0 commit comments