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.
0 parents commit b9d44bfCopy full SHA for b9d44bf
.gitignore
@@ -0,0 +1,35 @@
1
+# See http://help.github.com/ignore-files/ for more about ignoring files.
2
+
3
+# compiled output
4
+/dist
5
+/tmp
6
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
20
+# misc
21
+/.sass-cache
22
+/connect.lock
23
+/coverage/*
24
+/libpeerconnection.log
25
+npm-debug.log
26
+testem.log
27
+/typings
28
29
+# e2e
30
+/e2e/*.js
31
+/e2e/*.map
32
33
+#System Files
34
+.DS_Store
35
+Thumbs.db
0 commit comments