mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: ignore Eclipse/Buildship IDE metadata files
This commit is contained in:
parent
2aab65bd1b
commit
757a3b5010
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -32,6 +32,13 @@ keystore.properties
|
|||
# VS code
|
||||
.vscode/settings.json
|
||||
|
||||
# Eclipse / Buildship
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
**/bin/main/
|
||||
**/bin/test/
|
||||
|
||||
# Secrets
|
||||
/secrets.properties
|
||||
/fastlane/play-store-credentials.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue