Skip to content

Commit 46a59d4

Browse files
authored
chore: Ignore *.iml IDE project files. (#702)
Update the .gitignore to exclude Idea project files.
1 parent 05130f0 commit 46a59d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ testbin/*
2525
*.swo
2626
*~
2727
.bin
28+
*.iml
2829

2930
# Ignore secrets for the build
3031
/build.env

0 commit comments

Comments
 (0)