Browse Source

Add a scala gitignore

This is a work in progress for scala integration, as parts are still
missing.
pull/1190/head
Thomas Szymanski 10 years ago
parent
commit
c0083964c8
  1. 28
      conf/gitignore/Scala
  2. 20
      modules/bindata/bindata.go

28
conf/gitignore/Scala

@ -0,0 +1,28 @@
# Scala
*.class
*.log
# SBT specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
# IntelliJ specifics
*.iml
*.ipr
*.iws
.idea
out
# Apple addicts
.DS_Store

20
modules/bindata/bindata.go

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save