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