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 5618b77 commit 471a63aCopy full SHA for 471a63a
.gitignore
gitignore.SAMPLE
@@ -2,22 +2,29 @@
2
/.gitignore
3
/test/files/.gitignore
4
5
-# "a" and "a/" to get both file (i.e. symlink) and folder
6
-/build
7
-/build/
8
-/target
+*.jar
+*~
+
+#sbt
9
+/project/target/
10
+/project/project/target
11
12
/target/
13
+/src/jline/target/
14
15
+# target directories for ant build
16
+/build/
17
/dists/
18
19
+# other
20
/out/
21
/bin/
-
22
/sandbox/
23
24
+# eclipse, intellij
25
/.classpath
26
+/.project
27
/src/intellij/*.iml
28
/src/intellij/*.ipr
29
/src/intellij/*.iws
30
-/project/boot/
-/project/build/target/
.project.SAMPLE project.SAMPLE.project.SAMPLE renamed to project.SAMPLE
0 commit comments