Skip to content

Commit f0e45df

Browse files
security: add .vscode/settings.json to .gitignore
- Prevent VS Code settings with sensitive data from being committed - Protects database credentials and other sensitive configuration
1 parent a499e78 commit f0e45df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,18 @@ yarn-error.*
3838

3939
# Ignore the android google services config
4040
google-services.json
41+
google-services.auto.json
42+
google-services.env.json
4143

4244
# Ignore the iOS Google Services config
4345
GoogleService-Info.plist
4446

4547
# You can also ignore any .env files or other secrets
4648
*.env
4749

50+
# VS Code settings with sensitive data
51+
.vscode/settings.json
52+
4853
# Android / ioS Build Folders
4954
android/
5055
ios/

0 commit comments

Comments
 (0)