-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (48 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
57 lines (48 loc) · 1.24 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
# General
.DS_Store
*.log
*.swp
*.class
*.pyc
# IDEs
.idea/
.vscode/
*.iml
*.iws
*.ipr
.claude/
# Root Dart Tool (Workspace resolution)
.dart_tool/
.packages
# Monorepo recursive ignore (all subpackages)
**/.dart_tool/
**/.packages
**/.flutter-plugins
**/.flutter-plugins-dependencies
**/.pub-cache/
**/build/
**/coverage/
# Individual packages shouldn't track pubspec.lock in a monorepo
# But keep the root pubspec.lock for workspace stability
**/pubspec.lock
!/pubspec.lock
# Test artifacts
packages/nitro_generator/test_output.txt
**/build/test_cache/
# Temporary test projects created by nitrogen init for local verification.
# These are throwaway sandboxes — never commit them.
test_projects/
# Per-run benchmark reports (archived by benchmark/tool/bench.sh).
# Baselines ARE committed — they live in benchmark/example/assets/baselines/.
benchmark/results/
.deslop/
# Local debug scratch files (issue #26)
scratch/
# Installed agent skills (npx skills add …, dart skills) — machine-local tooling,
# never committed. .dart_skills also carried orphan submodule gitlinks with no
# .gitmodules, which made every actions/checkout emit "git failed with exit code
# 128" on macOS, Linux and Windows.
.agents/
.dart_skills/
agent/skills/*
skills-lock.json