diff --git a/.gitignore b/.gitignore index ab3e2f1..21286d6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,19 @@ # Configuration to specify paths to ignore. # See https://git-scm.com/docs/gitignore for more details. +# +--------------------+ +# + JetBrains Products + +# +--------------------+ +# +--- IntelliJ IDEA ---+ +.idea/* +!.idea/runConfigurations +!.idea/saved-exports +!.idea/watcherTasks.xml + # +---------+ # + Node.js + # +---------+ **/node_modules/ +yarn-debug.log* +yarn-error.log* +.yarn-integrity