Skip to content

Commit

Permalink
Add lib/api/api_key.dart to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mamiyaso committed May 24, 2024
1 parent ee7116c commit dceeb43
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ local.properties

# Log/OS Files
*.log
<<<<<<< HEAD
=======
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
>>>>>>> 01f8adc (Add lib/api/api_key.dart to .gitignore)

# Android Studio generated files and folders
captures/
Expand All @@ -29,5 +40,21 @@ render.experimental.xml
# Google Services (e.g. APIs or Firebase)
google-services.json

<<<<<<< HEAD
# Android Profiling
*.hprof
=======
#API anahtarı dosyası
lib/api/api_key.dart

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
>>>>>>> 01f8adc (Add lib/api/api_key.dart to .gitignore)

0 comments on commit dceeb43

Please sign in to comment.