chore: gitignore Flutter/Dart build artifacts and IDE files, untrack committed .dart_tool

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 20:38:04 +09:00
co-authored by Claude Fable 5
parent ff7a2873f9
commit cccc30a8ac
13 changed files with 8 additions and 1980 deletions
+8 -1
View File
@@ -20,4 +20,11 @@ __pycache__/
# 빌드/배포 HTML 산출물
.agents/skills/multi-agent-mux-delegate-job/USER_MANUAL.html
.agents/skills/multi-agent-mux-delegate-job/mqtt-broker-setup.html
.agents/skills/multi-agent-mux-delegate-job/mqtt-broker-setup.html
# Flutter/Dart 빌드 산출물 및 IDE 파일
.dart_tool/
build/
.idea/
*.iml
ephemeral/