@@ -0,0 +1,32 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+node_modules
+/.pnp
+.pnp.js
+# testing
+coverage
+# misc
+.DS_Store
+*.pem
+.Trash-*
+ehthumbs.db
+Thumbs.db
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+# local env files
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+# IDE, dev #
+.idea
+*.orig
+*.code-workspace
@@ -1,13 +1,3 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-node_modules
-/.pnp
-.pnp.js
-# testing
-coverage
# next.js
/.next/
/out/
@@ -35,28 +25,4 @@ coverage
/__build__/**
/src/*/dist/
/.awcache
-.webpack.json
/compiled/
-# misc
-.DS_Store
-*.pem
-.Trash-*
-ehthumbs.db
-Thumbs.db
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-# local env files
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-# IDE, dev #
-.idea
-*.orig
-*.code-workspace
@@ -0,0 +1 @@
+/dist
@@ -1 +1,2 @@
-src/public/bootstrap
+/src/public/bootstrap