aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 1656759..f4690a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
# dependencies
/node_modules
/.pnp
@@ -8,12 +6,13 @@
# testing
/coverage
-#IDE
-.idea
+#IDE stuff
+.idea/*
+
# production
/build
-
+s
# misc
.DS_Store
.env