Skip to content

Commit fcf07e1

Browse files
committed
chore: update .pubignore to match fluttersdk_wind standard
1 parent d4ad1c6 commit fcf07e1

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

.pubignore

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
# Environment files
2-
.env
1+
# AI Development & Documentation
2+
.claude/
3+
CLAUDE.md
4+
.mcp.json
35

4-
# Documentation (keep README.md only)
5-
REFACTORING_COMPLETE.md
6+
# IDEs
7+
.idea/
8+
.vscode/
9+
*.iml
610

7-
# Old library file (renamed to magic_cli.dart)
8-
lib/fluttersdk_magic_cli.dart
11+
# CI/CD
12+
.github/
913

1014
# Development
11-
.vscode/
12-
.idea/
13-
*.iml
15+
coverage/
16+
.dart_tool/packages
17+
.packages
18+
build/
19+
20+
# Environment
21+
.env
22+
23+
# OS files
24+
.DS_Store
25+
Thumbs.db
26+
*.swp

0 commit comments

Comments
 (0)