Initial Flutter project added
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Flutter
|
||||
.dart_tool/
|
||||
.packages
|
||||
.pub-cache/
|
||||
build/
|
||||
flutter_export_environment.sh
|
||||
|
||||
# Android Studio / IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Android
|
||||
android/.gradle/
|
||||
android/.idea/
|
||||
android/local.properties
|
||||
android/key.properties
|
||||
|
||||
# iOS
|
||||
ios/Pods/
|
||||
ios/.symlinks/
|
||||
ios/Flutter/flutter_export_environment.sh
|
||||
ios/Runner.xcworkspace/
|
||||
|
||||
# macOS
|
||||
macos/Flutter/ephemeral/
|
||||
|
||||
# Windows
|
||||
windows/flutter/ephemeral/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user