From ffb1ccd7027aed0131477770c2fd57ca14003897 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 6 Jul 2023 13:26:17 +0200 Subject: [PATCH] ignore build and ide --- .gitignore | 1 + .idea/digital-theory.iml | 4 +++- sesame-vitejs/sesame/.gitignore | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 824c733..b74a2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Include your project-specific ignores in this file # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files # Useful .gitignore templates: https://github.com/github/gitignore +.idea node_modules .nvm ~/.nvm diff --git a/.idea/digital-theory.iml b/.idea/digital-theory.iml index c956989..034f73b 100644 --- a/.idea/digital-theory.iml +++ b/.idea/digital-theory.iml @@ -1,7 +1,9 @@ - + + + diff --git a/sesame-vitejs/sesame/.gitignore b/sesame-vitejs/sesame/.gitignore index a547bf3..0c9152b 100644 --- a/sesame-vitejs/sesame/.gitignore +++ b/sesame-vitejs/sesame/.gitignore @@ -1,3 +1,5 @@ +dist + # Logs logs *.log