aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeff <jeffkleinaitis@gmail.com>2024-04-15 22:17:58 -0400
committerJeff <jeffkleinaitis@gmail.com>2024-04-15 22:17:58 -0400
commit518f3161234a248725f2c56f63775fd22321878f (patch)
tree7de9fd1bb33e9b84501967b194b9e7247413d923 /src
parentd4a103aa9cc67b3dfed237d837914e8f2e2362a6 (diff)
fix: Remove duplicate .gitignore file
Diffstat (limited to 'src')
-rw-r--r--src/components/.gitignore27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/components/.gitignore b/src/components/.gitignore
deleted file mode 100644
index 70773a3..0000000
--- a/src/components/.gitignore
+++ /dev/null
@@ -1,27 +0,0 @@
-
-# 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