-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 1017 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (41 loc) · 1017 Bytes
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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
skills-lock.json
# IntelliJ related
*.iml
*.ipr
*.iws
/.idea/
# IDEs
# Anchored to the repo root: an unanchored `.vscode/` etc. would also match
# editor folders inside the `documentation/` submodules, which pub then flags
# as "checked-in files ignored by a .gitignore" when publishing.
/.vscode/
/.cursor/
/.claude/
/.zed/
/.agent/
# Flutter/Dart/Pub related
# Ignore only our own Dart lockfiles. A broad `**/*.lock` also matches the many
# `yarn.lock` files inside the `documentation/` submodules, which pub then
# reports as "checked-in files ignored by a .gitignore" when publishing.
pubspec.lock
**/doc/api/
.dart_tool/
.flutter-plugins-dependencies
/build/
/coverage/
failures/
# W3 fidelity: Carbon references (test/fidelity/references/) are committed
# ground truth; the side-by-side comparison images are regenerated each test
# run and uploaded by CI, never committed.
test/fidelity/comparisons/