aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-20 17:08:54 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-20 17:08:54 -0500
commit8bb2be5a99bae8b274c403afcf0cfa270cde25ce (patch)
tree187143c722f936b0ebce2b333a3635cbda02be40 /.gitignore
parentf1f25f4764dd8d297a59765b0df85f55da2b39ee (diff)
downloadhomepage-8bb2be5a99bae8b274c403afcf0cfa270cde25ce.tar.xz
homepage-8bb2be5a99bae8b274c403afcf0cfa270cde25ce.zip
cGit behind NGINX on Ubuntu -- Post
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