aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-04-27 13:49:00 +0000
committerGitHub <noreply@github.com>2021-04-27 13:49:00 +0000
commit4ae2492977839f403ad7c2429f163f919b96f8c9 (patch)
tree11d3ce68e0d9e7258e090332434bbcd60aa8a1a0 /.gitignore
parente05bbf161bc0ed2b948b6eecc402240c46ad6f76 (diff)
downloadwar-of-1812-4ae2492977839f403ad7c2429f163f919b96f8c9.tar.gz
war-of-1812-4ae2492977839f403ad7c2429f163f919b96f8c9.tar.bz2
war-of-1812-4ae2492977839f403ad7c2429f163f919b96f8c9.zip
added next 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