Skip to content

Commit e294871

Browse files
Update gitignore with fixed pattern for /out. Fortunately IntelliJ now
puts *.iml in .idea.
1 parent 5789bce commit e294871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
.DS_Store
22
.idea
3-
*.iml
43
*.ipr
54
*.iws
65
.directory
7-
./out
6+
/out
87
.~lock.*.od*#
98
build
109
.gradle

0 commit comments

Comments
 (0)