Skip to content

Commit 471a63a

Browse files
committed
updated gitignore.SAMPLE, moved removed . from .project.SAMPLE to be in line with the other files.
1 parent 5618b77 commit 471a63a

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

gitignore.SAMPLE

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,29 @@
22
/.gitignore
33
/test/files/.gitignore
44

5-
# "a" and "a/" to get both file (i.e. symlink) and folder
6-
/build
7-
/build/
8-
/target
5+
*.jar
6+
*~
7+
8+
#sbt
9+
/project/target/
10+
/project/project/target
11+
912
/target/
13+
/src/jline/target/
14+
15+
# target directories for ant build
16+
/build/
1017
/dists/
18+
19+
# other
1120
/out/
1221
/bin/
13-
1422
/sandbox/
1523

24+
# eclipse, intellij
1625
/.classpath
17-
26+
/.project
1827
/src/intellij/*.iml
1928
/src/intellij/*.ipr
2029
/src/intellij/*.iws
2130

22-
/project/boot/
23-
/project/build/target/
File renamed without changes.

0 commit comments

Comments
 (0)