-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 751 Bytes
/
.gitignore
File metadata and controls
51 lines (47 loc) · 751 Bytes
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
48
49
50
51
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# Flutter/Dart
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
/ios/Pods/
/ios/.symlinks/
/ios/Flutter/App.framework
/ios/Flutter/Flutter.framework
/ios/Flutter/Generated.xcconfig
/ios/Flutter/flutter_export_environment.sh
/ios/Runner/GeneratedPluginRegistrant.*
/android/app/build/
/android/.gradle/
/android/gradle/wrapper/gradle-wrapper.jar
/android/key.properties
/android/local.properties
*.iml
*.ipr
*.iws
.idea/
# IDE specific files
.vscode/
*.suo
*.user
*.userosscache
*.sln
*.sln.docstates
# Generated files
flutter_export_environment.sh
generated_plugin_registrant.dart
# Secret files
secrets.json