aboutsummaryrefslogtreecommitdiff
path: root/174bg/website-nextjs/.gitignore
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 17:13:06 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-28 17:13:06 +0100
commitc3170534e79ce0a481d0e8b748ba02a77124cfdb (patch)
treee10cfd2c2a17995bcb7449c0c4bbb2bd03c11789 /174bg/website-nextjs/.gitignore
parent150d8cca4c6b1c8e5d129b69c6b283535bbb1333 (diff)
downloadunnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar
unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.gz
unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.bz2
unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.tar.xz
unnamed-group-c3170534e79ce0a481d0e8b748ba02a77124cfdb.zip
website-nextjs
Diffstat (limited to '174bg/website-nextjs/.gitignore')
-rw-r--r--174bg/website-nextjs/.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/174bg/website-nextjs/.gitignore b/174bg/website-nextjs/.gitignore
new file mode 100644
index 0000000..5ef6a52
--- /dev/null
+++ b/174bg/website-nextjs/.gitignore
@@ -0,0 +1,41 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.*
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/versions
+
+# 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*
+
+# env files (can opt-in for committing if needed)
+.env*
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts