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 757004f commit 25bc4d7Copy full SHA for 25bc4d7
.npmignore
@@ -0,0 +1,38 @@
1
+make.js
2
+# compiled output
3
+/.tmp
4
+/src
5
+
6
+/Architecture.md
7
+# dependencies
8
+/node_modules
9
+/bower_components
10
11
+# IDEs and editors
12
+/.idea
13
+/.vscode
14
+.project
15
+.classpath
16
+.c9/
17
+*.launch
18
+.settings/
19
+tslint.json
20
+.editorconfig
21
22
23
+# misc
24
+/.sass-cache
25
+/connect.lock
26
+/coverage/*
27
+/libpeerconnection.log
28
+npm-debug.log
29
+testem.log
30
+/typings
31
32
+# e2e
33
+/e2e/*.js
34
+/e2e/*.map
35
36
+#System Files
37
+.DS_Store
38
+Thumbs.db
0 commit comments