Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 0c31b00

Browse files
committed
Add build.properties, remove from .gitignore
1 parent 83008b5 commit 0c31b00

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.gitignore

-16
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,10 @@
66
# If it is the latter, you can augment this list with
77
# entries in .git/info/excludes
88
#
9-
# see also test/files/.gitignore
10-
#
119

1210
*.jar
1311
*~
1412

15-
build.properties
16-
17-
# target directories for ant build
18-
/build/
19-
/dists/
20-
21-
# other
22-
/out/
23-
/bin/
24-
/sandbox/
25-
2613
# eclipse, intellij
2714
/.classpath
2815
/.project
@@ -36,9 +23,6 @@ build.properties
3623
# bak files produced by ./cleanup-commit
3724
*.bak
3825

39-
# Standard symbolic link to build/quick/bin
40-
qbin
41-
4226
# Mac specific, but that is common enough a dev platform to warrant inclusion.
4327
.DS_Store
4428

project/build.properties

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=0.13.1-RC5

0 commit comments

Comments
 (0)