Skip to content

Commit

Permalink
Improved .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Dec 16, 2023
1 parent 3417977 commit a532faf
Showing 1 changed file with 37 additions and 18 deletions.
55 changes: 37 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,44 @@
target
*.class
*.iml
*.ipr
*.iws
.idea
# mill specific
out
.vscode
metals.sbt
.metals
.bloop
.bsp
*.semanticdb
node_modules
semanticdb.sbt
publish.sh
credentials.sh

# sbt specific
sbt
.sbt-local
.cache
.history
.lib
dist
.DS_Store
credentials.sh
.DS_Store
target
lib_managed
src_managed
credentials.sbt

# IDE specific
.idea
*.iml
.vscode/
.vim
.dotty-ide-disabled
*.swp

# Scala-CLI specific
.scala-build

# Misc
node_modules
.metals/
.bloop
metals.sbt
.bsp/
.ammonite
.coursier
.parcel-cache
website/public/
*.class
*.log
.DS_Store
null/

# Direnv
.direnv
Expand Down

0 comments on commit a532faf

Please sign in to comment.