Skip to content

Commit

Permalink
add .gitignore in workspace, ignore .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 14, 2023
1 parent 384cf4f commit 7a9dfc8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
28 changes: 28 additions & 0 deletions workspace/.gitignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions workspace/.vscode/settings.json

This file was deleted.

0 comments on commit 7a9dfc8

Please sign in to comment.