Skip to content

Commit 7a9dfc8

Browse files
committed
add .gitignore in workspace, ignore .vscode
1 parent 384cf4f commit 7a9dfc8

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

workspace/.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Editor files
2+
3+
**/.vscode # vs code
4+
*.swp # vim
5+
*~ # emacs
6+
7+
# Java / Scala
8+
9+
**/*.class
10+
**/.bloop
11+
**/.metals
12+
**/metals.sbt
13+
**/.bsp
14+
**/.scalafmt.conf
15+
**/.ammonite
16+
**/.scala-build/
17+
18+
# Eclipse
19+
**/*.cache-main
20+
**/.metadata
21+
**/.classpath
22+
**/.project
23+
24+
# Sbt
25+
**/target
26+
27+
# IntelliJ
28+
**/.idea

workspace/.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)