Skip to content

Commit

Permalink
git: update .gitignore
Browse files Browse the repository at this point in the history
Add files in gitignore related to:
- metals
- vscode
- scala3
- and more...
For both the main project and the generated one.
  • Loading branch information
PeuTit authored and mkurz committed May 11, 2023
1 parent 93239a2 commit 0c35979
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,24 @@ boot/
lib_managed/
src_managed/
project/plugins/project/
project/project
.idea
.bsp

logs/
RUNNING_PID

# bloop and metals
.bloop

# metals
project/metals.sbt
.metals
*/project/metals.sbt
*/.metals

# vs code
.vscode

# scala 3
.tasty
47 changes: 38 additions & 9 deletions src/main/g8/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
logs
target
/.bsp
/.idea
/.idea_modules
/.classpath
/.project
/.settings
/RUNNING_PID
target/
boot/
lib_managed/
src_managed/
project/plugins/project/
.idea
.bsp

logs/
RUNNING_PID

# bloop and metals
.bloop

# metals
project/metals.sbt
.metals
*/project/metals.sbt
*/.metals

# vs code
.vscode

# scala 3
.tasty

# sbt
project/project/
*/project/project/
project/target/

# other?
.history
.scala_dependencies
.cache-main

#general
*.class

0 comments on commit 0c35979

Please sign in to comment.