initial import
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
# Flutter/Dart specific
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
.pub/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
*.ctxt
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Android
|
||||
*.apk
|
||||
*.ap_
|
||||
*.aab
|
||||
!/android/app/src/main/AndroidManifest.xml
|
||||
|
||||
# iOS
|
||||
ios/Pods/
|
||||
ios/.symlinks/
|
||||
ios/Flutter/Flutter.framework
|
||||
ios/Flutter/Flutter.podspec
|
||||
|
||||
# Xcode
|
||||
xcuserdata/
|
||||
*.xcworkspace/
|
||||
DerivedData/
|
||||
|
||||
# Web
|
||||
lib/generated_plugin_registrant.dart
|
||||
|
||||
# Windows
|
||||
windows/flutter/
|
||||
windows/runner/
|
||||
|
||||
# Linux
|
||||
linux/flutter/
|
||||
linux/runner/
|
||||
|
||||
# Firebase
|
||||
firebase_app_id_file.json
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
*~
|
||||
Reference in New Issue
Block a user