diff --git a/workspace/.gitignore b/workspace/.gitignore new file mode 100644 index 000000000..cfe7bcae8 --- /dev/null +++ b/workspace/.gitignore @@ -0,0 +1,28 @@ +# Editor files + +**/.vscode # vs code +*.swp # vim +*~ # emacs + +# Java / Scala + +**/*.class +**/.bloop +**/.metals +**/metals.sbt +**/.bsp +**/.scalafmt.conf +**/.ammonite +**/.scala-build/ + +# Eclipse +**/*.cache-main +**/.metadata +**/.classpath +**/.project + +# Sbt +**/target + +# IntelliJ +**/.idea diff --git a/workspace/.vscode/settings.json b/workspace/.vscode/settings.json deleted file mode 100644 index e72490fb0..000000000 --- a/workspace/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.watcherExclude": { - "**/target": true - } -} \ No newline at end of file