This commit is contained in:
austinried
2023-04-28 09:24:51 +09:00
parent 35b037f66c
commit f0f812e66a
402 changed files with 34368 additions and 62769 deletions

93
.gitignore vendored
View File

@@ -1,63 +1,48 @@
# OSX
#
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
# IntelliJ related
*.iml
*.hprof
*.ipr
*.iws
.idea/
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# 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/
# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
# Symbolication related
app.*.symbols
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
# Obfuscation related
app.*.map.json
# Bundle artifact
*.jsbundle
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# CocoaPods
/ios/Pods/
# ffmpeg build
/ndk
/.env
*.sqlite*
/.fvm/flutter_sdk