Initial commit: Minimal Flutter timer with push notifications
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# Flutter
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.pub-cache/
|
||||
.pub/
|
||||
build/
|
||||
|
||||
# Android
|
||||
android/.gradle/
|
||||
android/local.properties
|
||||
android/*.iml
|
||||
android/.idea/
|
||||
android/.settings/
|
||||
android/build/
|
||||
android/app/build/
|
||||
android/app/release/
|
||||
android/app/debug/
|
||||
|
||||
# iOS
|
||||
ios/Pods/
|
||||
ios/Podfile.lock
|
||||
ios/.symlinks/
|
||||
ios/Flutter/Flutter.framework
|
||||
ios/Flutter/Flutter.podspec
|
||||
ios/Flutter/generated.xcconfig
|
||||
ios/Flutter/app.flx
|
||||
ios/Flutter/app.zip
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Test
|
||||
coverage/
|
||||
Reference in New Issue
Block a user