-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (44 loc) · 870 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Flutter specific
.flutter-plugins
.dart_tool/
.packages
.pub/
build/
# Android specific
android/app/google-services.json
android/key.properties
# iOS specific (if applicable)
ios/.generated/
ios/Podfile*
ios/Flutter/Debug.xcconfig
ios/Flutter/Release.xcconfig
ios/Runner.xcworkspace/contents.xcworkspacedata
# User-specific files
.idea/
*.iml
*.iws
# Gradle files
.gradle/
local.properties
# Build output directories
bin/
gen/
out/
# Log files
*.log
# Miscellaneous files to ignore
.DS_Store
*.apk
*.ap_
*.dex
*.class
# Uncomment the following line if you do not want to check your keystore files in.
# *.jks
# Fastlane files (if using Fastlane)
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/
fastlane/test_output/
fastlane/readme.md
# Sensitive or high-churn files (example)
.env # Add your secrets here, and create an .env.example for reference.