Skip to content

Commit c669e42

Browse files
Use relative paths in .gitignore
1 parent 08202cd commit c669e42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
*.ipr
1010
*.iws
1111
\#~
12-
/.idea/
13-
/build/
14-
/cover/
15-
/debug/
16-
/dist/
17-
/ebin/
18-
/out/
19-
/tmp/
12+
.idea/
13+
build/
14+
cover/
15+
debug/
16+
dist/
17+
ebin/
18+
out/
19+
tmp/
2020
junit*.properties
2121
/target/
2222
/.DS_Store

0 commit comments

Comments
 (0)