Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 7, 2023
1 parent f54b4f5 commit 0baf31b
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
target
example-project/jmh.out
project/target
.idea
.idea_modules
hs_err*
*.iml
*.jfr
### SBT template
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control

dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/

### Scala template
*.class
*.log

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

0 comments on commit 0baf31b

Please sign in to comment.