@@ -1,6 +1,7 @@
.github
.next
.parcel-cache
+.swc
docs
lib
@@ -7,8 +7,9 @@ node_modules
package-lock.json
yarn.lock
-.parcel-cache
+.parcel-cache
build
dist
@@ -10,6 +10,7 @@
# next.js
/.next/
+/.swc/
/out/
# production
@@ -1,4 +1,5 @@
/.next
+/.swc
/lib
/node_modules
@@ -28,7 +28,7 @@
"tsconfig.json"
],
"scripts": {
- "clean": "shx rm -rf .next lib",
+ "clean": "shx rm -rf .next .swc lib",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",