There was an error while loading. Please reload this page.
0 parents commit a7090aaCopy full SHA for a7090aa
.gitignore
@@ -0,0 +1,34 @@
1
+### SublimeText ###
2
+*.sublime-workspace
3
+
4
+### OSX ###
5
+.DS_Store
6
+.AppleDouble
7
+.LSOverride
8
+Icon
9
10
+# Thumbnails
11
+._*
12
13
+# Files that might appear on external disk
14
+.Spotlight-V100
15
+.Trashes
16
17
+### Windows ###
18
+# Windows image file caches
19
+Thumbs.db
20
+ehthumbs.db
21
22
+# Folder config file
23
+Desktop.ini
24
25
+# Recycle Bin used on file shares
26
+$RECYCLE.BIN/
27
28
+# App specific
29
30
+node_modules/
31
+.tmp
32
+dist
33
+/src/main.js
34
+/lib/
0 commit comments