Skip to content

Commit 317f618

Browse files
Fury3KMasuRii
authored andcommitted
chore(git): protect secrets and exclude generated files
- Ignore app_constants.dart to prevent API keys from being pushed - Ignore .claude/ directory (AI assistant internal state) - Existing *.g.dart and l10n generated file rules now enforced after removing previously tracked generated files
1 parent aa22c18 commit 317f618

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ offline_maps/
3333

3434
# Secrets and Environment files
3535
lib/config/api_keys.dart
36+
lib/src/core/constants/app_constants.dart
3637
.env
3738
.env.*
3839
!.env.example
@@ -70,6 +71,9 @@ android/app/google-services.json
7071
**/ios/Runner/GeneratedPluginRegistrant.*
7172
ios/Runner/GoogleService-Info.plist
7273

74+
# Claude Code
75+
.claude/
76+
7377
# Miscellaneous
7478
*.class
7579
*.log

0 commit comments

Comments
 (0)