aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/.gitignore
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <[email protected]> 2025-05-28 16:30:40 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <[email protected]> 2025-05-28 16:35:58 +0530
commitfca2c25e12f5891e61f92e08815ddaa554f077d1 (patch)
treeae26861e30ecaf4611c20d4eca1d1922a011f7af /frontend/.gitignore
parenta92719db37afc5cdf375f3ad5ce8e9602450ab2d (diff)
downloadblcklst-fca2c25e12f5891e61f92e08815ddaa554f077d1.tar.gz
blcklst-fca2c25e12f5891e61f92e08815ddaa554f077d1.tar.bz2
blcklst-fca2c25e12f5891e61f92e08815ddaa554f077d1.zip
feat: added frontpage layout
Diffstat (limited to 'frontend/.gitignore')
-rw-r--r--frontend/.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore
new file mode 100644
index 0000000..5ef6a52
--- /dev/null
+++ b/frontend/.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