aboutsummaryrefslogtreecommitdiff
path: root/pages/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'pages/.gitignore')
-rw-r--r--pages/.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/pages/.gitignore b/pages/.gitignore
new file mode 100644
index 0000000..da83cc7
--- /dev/null
+++ b/pages/.gitignore
@@ -0,0 +1,42 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+*.bin
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*
+
+# local env files
+.env
+.env*.local
+
+# vercel
+.vercel
+
+# PWA files
+**/public/sw.js
+**/public/workbox-*.js
+**/public/worker-*.js
+**/public/sw.js.map
+**/public/workbox-*.js.map
+**/public/worker-*.js.map