Skip to content

Commit

Permalink
Cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 18, 2023
1 parent 7ec44f0 commit ebfa8df
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
*.iml
*.lock
*.komodoproject
.DS_Store
.history
.idea
.classpath
.cache
.project/
.project
.idea/
.idea_modules/
.settings/
.target/
project/boot/
workspace/
repository/
### SBT template
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control

dist/*
target/
logs/
.settings
.classpath
.project
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
bin/
.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 ebfa8df

Please sign in to comment.