aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-09 16:51:13 +0000
committerAndrew Lee <alee14498@protonmail.com>2021-02-09 16:51:13 +0000
commit1a798bdb4003920cd51134a55a6db8fa640fce29 (patch)
tree45f16845ae14a9dbde82cfce2d45ddcf6713e09e /.gitignore
downloadlawrence-hill-1a798bdb4003920cd51134a55a6db8fa640fce29.tar.gz
lawrence-hill-1a798bdb4003920cd51134a55a6db8fa640fce29.tar.bz2
lawrence-hill-1a798bdb4003920cd51134a55a6db8fa640fce29.zip
Added project files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1437c53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# 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/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local env files
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+# vercel
+.vercel