-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (78 loc) · 1.64 KB
/
.gitignore
File metadata and controls
94 lines (78 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Dart / Flutter
.dart_tool/
.packages
build/
coverage/
/android/
/ios/
/linux/
/macos/
/web/
/windows/
# IDEs
.idea/
.vscode/
*.iml
# Project Specific
.flutter_skill_uri
# Dependencies
node_modules/
.gradle/
bin/
obj/
# Build outputs
*.lock
Cargo.lock
test_dummy/
tests/bin/flutter
# We keep tests/mock_app.dart and tests/integration_test.dart but maybe ignore the wrapper script if it's considered localized?
# actually tests/bin/flutter is a script we wrote, we should keep it.
# But generated outputs inside test_dummy should be ignored.
# Claude Code local settings
.claude/
# Flutter platform directories (generated by `flutter create`)
**/test_app/android/
**/test_app/ios/
**/test_app/linux/
**/test_app/macos/
**/test_app/web/
**/test_app/windows/
# Demo projects (build artifacts within examples)
examples/*/android/
examples/*/ios/
examples/*/linux/
examples/*/macos/
examples/*/web/
examples/*/windows/
examples/*/build/
# Compiled native binary
bin/flutter-skill-native
# Checkpoints
.DS_Store
# Swift Package Manager build artifacts
sdks/ios/.build/
# npm package builds
packaging/npm/*.tgz
packaging/npm/node_modules/
packaging/npm/dart/.dart_tool/
# VSCode extension builds
vscode-extension/*.vsix
vscode-extension/out/
vscode-extension/node_modules/
# IntelliJ plugin builds
intellij-plugin/.gradle/
intellij-plugin/.intellijPlatform/
intellij-plugin/build/
# Note: gradle/, gradlew, gradlew.bat are NOT ignored - needed for CI/CD
.mcp.json
node_modules
# Rust build output
target/
# Generated files
**/gen/
**/icons/icon.png
test_tiktok/
assets/demo-tiktok.mp4
# MCP Registry local tokens
.mcpregistry_*
test/e2e/electron_test_app/test-*.mjs