aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--src/components/.gitignore27
2 files changed, 4 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index 2179336..9c8f11c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,12 +6,13 @@
# testing
/coverage
-#IDE
-.idea
+#IDE stuff
+.idea/*
+
# production
/build
-
+s
# misc
.DS_Store
.env.local
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