mirror of https://github.com/gogits/gogs.git
Browse Source
This is a work in progress for scala integration, as parts are still missing.pull/1190/head
Thomas Szymanski
10 years ago
2 changed files with 48 additions and 0 deletions
@ -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 |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue