Initial commit
This commit is contained in:
77
.gitignore
vendored
77
.gitignore
vendored
@@ -1,44 +1,45 @@
|
|||||||
# === Flutter / Dart ===
|
# Miscellaneous
|
||||||
.dart_tool/
|
*.class
|
||||||
.packages
|
*.log
|
||||||
.pub-cache/
|
*.pyc
|
||||||
.pub/
|
*.swp
|
||||||
build/
|
.DS_Store
|
||||||
|
.atom/
|
||||||
|
.build/
|
||||||
|
.buildlog/
|
||||||
|
.history
|
||||||
|
.svn/
|
||||||
|
.swiftpm/
|
||||||
|
migrate_working_dir/
|
||||||
|
|
||||||
# Flutter generated
|
# IntelliJ related
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# The .vscode folder contains launch configuration and tasks you configure in
|
||||||
|
# VS Code which you may wish to be included in version control, so this line
|
||||||
|
# is commented out by default.
|
||||||
|
#.vscode/
|
||||||
|
|
||||||
|
# Flutter/Dart/Pub related
|
||||||
|
**/doc/api/
|
||||||
|
**/ios/Flutter/.last_build_id
|
||||||
|
.dart_tool/
|
||||||
.flutter-plugins
|
.flutter-plugins
|
||||||
.flutter-plugins-dependencies
|
.flutter-plugins-dependencies
|
||||||
|
.pub-cache/
|
||||||
|
.pub/
|
||||||
|
/build/
|
||||||
|
|
||||||
# === iOS ===
|
# Symbolication related
|
||||||
ios/Pods/
|
app.*.symbols
|
||||||
ios/.symlinks/
|
|
||||||
ios/Flutter/Flutter.framework
|
|
||||||
ios/Flutter/App.framework
|
|
||||||
ios/Flutter/Generated.xcconfig
|
|
||||||
ios/Flutter/flutter_export_environment.sh
|
|
||||||
ios/Flutter/ephemeral/
|
|
||||||
|
|
||||||
# Xcode user files
|
# Obfuscation related
|
||||||
ios/**/*.xcuserstate
|
app.*.map.json
|
||||||
ios/**/*.xcuserdata/
|
|
||||||
|
|
||||||
# === Android ===
|
# Android Studio will place build artifacts here
|
||||||
android/.gradle/
|
/android/app/debug
|
||||||
android/local.properties
|
/android/app/profile
|
||||||
android/**/build/
|
/android/app/release
|
||||||
|
|
||||||
# Keystore (絶対に入れない)
|
|
||||||
*.keystore
|
|
||||||
*.jks
|
|
||||||
|
|
||||||
# === IDE ===
|
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
# === OS ===
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# === Logs ===
|
|
||||||
*.log
|
|
||||||
|
|||||||
Reference in New Issue
Block a user