Initial commit

This commit is contained in:
kihong.kim
2026-01-24 19:41:19 +09:00
commit 807df3d678
90 changed files with 6411 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
.DS_Store
# Node
backend/node_modules
backend/npm-debug.log
backend/.env
backend/.env.*
backend/.npmrc
# Flutter
flutter_app/.dart_tool
flutter_app/build
flutter_app/.flutter-plugins
flutter_app/.flutter-plugins-dependencies
flutter_app/.packages
flutter_app/android/.gradle
flutter_app/android/local.properties
flutter_app/android/app/debug.keystore
flutter_app/ios/Flutter/Flutter.framework
flutter_app/ios/Flutter/Flutter.podspec
flutter_app/ios/Flutter/Generated.xcconfig
flutter_app/ios/Flutter/ephemeral
flutter_app/ios/Pods
flutter_app/ios/.symlinks
# IDE
.idea
.vscode