We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f06f61 commit 2d358e1Copy full SHA for 2d358e1
.gitignore
@@ -6,23 +6,10 @@
6
# If it is the latter, you can augment this list with
7
# entries in .git/info/excludes
8
#
9
-# see also test/files/.gitignore
10
-#
11
12
*.jar
13
*~
14
15
-build.properties
16
-
17
-# target directories for ant build
18
-/build/
19
-/dists/
20
21
-# other
22
-/out/
23
-/bin/
24
-/sandbox/
25
26
# eclipse, intellij
27
/.classpath
28
/.project
@@ -36,9 +23,6 @@ build.properties
36
# bak files produced by ./cleanup-commit
37
*.bak
38
39
-# Standard symbolic link to build/quick/bin
40
-qbin
41
42
# Mac specific, but that is common enough a dev platform to warrant inclusion.
43
.DS_Store
44
project/build.properties
@@ -0,0 +1 @@
1
+sbt.version=0.13.1-RC5
0 commit comments