Initial commit
This commit is contained in:
77
.gitignore
vendored
77
.gitignore
vendored
@@ -1,45 +1,44 @@
|
|||||||
# Miscellaneous
|
# === Flutter / Dart ===
|
||||||
*.class
|
|
||||||
*.log
|
|
||||||
*.pyc
|
|
||||||
*.swp
|
|
||||||
.DS_Store
|
|
||||||
.atom/
|
|
||||||
.build/
|
|
||||||
.buildlog/
|
|
||||||
.history
|
|
||||||
.svn/
|
|
||||||
.swiftpm/
|
|
||||||
migrate_working_dir/
|
|
||||||
|
|
||||||
# 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/
|
.dart_tool/
|
||||||
.flutter-plugins
|
.packages
|
||||||
.flutter-plugins-dependencies
|
|
||||||
.pub-cache/
|
.pub-cache/
|
||||||
.pub/
|
.pub/
|
||||||
/build/
|
build/
|
||||||
|
|
||||||
# Symbolication related
|
# Flutter generated
|
||||||
app.*.symbols
|
.flutter-plugins
|
||||||
|
.flutter-plugins-dependencies
|
||||||
|
|
||||||
# Obfuscation related
|
# === iOS ===
|
||||||
app.*.map.json
|
ios/Pods/
|
||||||
|
ios/.symlinks/
|
||||||
|
ios/Flutter/Flutter.framework
|
||||||
|
ios/Flutter/App.framework
|
||||||
|
ios/Flutter/Generated.xcconfig
|
||||||
|
ios/Flutter/flutter_export_environment.sh
|
||||||
|
ios/Flutter/ephemeral/
|
||||||
|
|
||||||
# Android Studio will place build artifacts here
|
# Xcode user files
|
||||||
/android/app/debug
|
ios/**/*.xcuserstate
|
||||||
/android/app/profile
|
ios/**/*.xcuserdata/
|
||||||
/android/app/release
|
|
||||||
|
# === Android ===
|
||||||
|
android/.gradle/
|
||||||
|
android/local.properties
|
||||||
|
android/**/build/
|
||||||
|
|
||||||
|
# Keystore (絶対に入れない)
|
||||||
|
*.keystore
|
||||||
|
*.jks
|
||||||
|
|
||||||
|
# === IDE ===
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# === OS ===
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# === Logs ===
|
||||||
|
*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user