Skip to content

Commit 3441325

Browse files
author
gopi2401
committed
chore: update .gitignore to include additional build artifacts and OS files
1 parent aff99ec commit 3441325

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,33 @@ app.*.map.json
4343
/android/app/debug
4444
/android/app/profile
4545
/android/app/release
46+
47+
# Gradle / build directories
48+
/.gradle
49+
**/outputs/
50+
**/generated/
51+
52+
# Android artifacts
53+
*.apk
54+
*.ap_
55+
*.aab
56+
*.dex
57+
58+
# Keystore and key files
59+
*.keystore
60+
*.jks
61+
key.properties
62+
63+
# VS Code settings (uncomment if you want to keep them in repo)
64+
.vscode/
65+
66+
# Misc OS files
67+
Thumbs.db
68+
ehthumbs.db
69+
Desktop.ini
70+
71+
# Flutter build artifacts
72+
.flutter-plugins
73+
.flutter-plugins-dependencies
74+
.flutter_build/
75+
.flutter-*

0 commit comments

Comments
 (0)