@@ -1,12 +1,9 @@
.github
-.parcel-cache
.next
+.parcel-cache
-build
-dist
docs
lib
+build
+dist
out
-
-*.svg
@@ -1 +0,0 @@
-lib
@@ -0,0 +1,4 @@
+/build
+/lib
+/node_modules
+
@@ -0,0 +1,7 @@
+{
+ "printWidth": 120,
+ "trailingComma": "es5",
+ "tabWidth": 4,
+ "semi": true,
+ "singleQuote": true
+}
+/.next
@@ -1,3 +1,5 @@
-node_modules
+/.parcel-cache
+/dist
@@ -1,4 +1,5 @@