There was an error while loading. Please reload this page.
2 parents b935aca + 1b88c68 commit e965a90Copy full SHA for e965a90
1 file changed
.gitignore
@@ -1,3 +1,11 @@
1
+# Generated HTML and other static files
2
build/
3
+# Commonly ignored Node.js files
4
node_modules/
5
npm-debug.log
6
+.npm/
7
+
8
+# OSX system files, the bane of our existence
9
+.DS_Store
10
+.AppleDouble
11
+.LSOverride
0 commit comments