Skip to content

Commit d71a8a3

Browse files
committed
chore: ignore Eclipse/Buildship IDE metadata files
1 parent e9d6e2b commit d71a8a3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ keystore.properties
3232
# VS code
3333
.vscode/settings.json
3434

35+
# Eclipse / Buildship
36+
.project
37+
.classpath
38+
.settings/
39+
**/bin/main/
40+
**/bin/test/
41+
3542
# Secrets
3643
/secrets.properties
3744
/fastlane/play-store-credentials.json

0 commit comments

Comments
 (0)