Skip to content

Commit e06f2f0

Browse files
committed
Expand .gitignore to support Mac and IntelliJ (credit: mipastgt). Resolves #22
1 parent d45faa5 commit e06f2f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ jvm-unknown-unknown.json
2828
**/vendor/*
2929

3030
# Generated by Javac in the integration tests
31-
**/*.class
31+
**/*.class
32+
33+
# Mac
34+
**/*.DS_Store
35+
36+
# IntelliJ
37+
.idea

0 commit comments

Comments
 (0)