aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/.gitignore
diff options
context:
space:
mode:
authorJeff Kleinaitis <jeffkleinaitis@gmail.com>2024-04-09 12:16:47 -0700
committerGitHub <noreply@github.com>2024-04-09 12:16:47 -0700
commit88a12c89a3a58dc2f9780da64964b107bcafc62e (patch)
tree0e46eef49b12dcf07c3611cdcf018134724fc86d /src/components/.gitignore
parent2374eae054935dd49adf3f0e29e8bea0876288f4 (diff)
parent85daf2a12a714dc51fb4c320bf508daf8127c125 (diff)
Merge pull request #20 from digadoo/develop
remove NextJS from project
Diffstat (limited to 'src/components/.gitignore')
-rw-r--r--src/components/.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/components/.gitignore b/src/components/.gitignore
new file mode 100644
index 0000000..70773a3
--- /dev/null
+++ b/src/components/.gitignore
@@ -0,0 +1,27 @@
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local files
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+/.idea