-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (62 loc) · 1.47 KB
/
Copy path.gitignore
File metadata and controls
71 lines (62 loc) · 1.47 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
# Compiled source
/target/
**/*.rs.bk
# logs
./*.log
# Backup & temporary files
*.swp
*.swo
*~
*.tmp
*.bak
*.old
# Ignore every target/ directory everywhere
**/target/
# TODO directory for tracking issues
.cargo-local/
# Local Ralphy runtime artifacts
.ralphy-worktrees/
.checkpoints/
# Python cache
__pycache__/
*.pyc
.ruff_cache/
# Nix build outputs
result
result-*
# Generated pre-commit config
# NOTE: .pre-commit-config.yaml is now committed to git for deterministic CI builds
# Vendored dependencies - track only essential sources
/vendor/bubblewrap/*.c
/vendor/bubblewrap/*.h
!/vendor/bubblewrap/bubblewrap.c
!/vendor/bubblewrap/bind-mount.c
!/vendor/bubblewrap/bind-mount.h
!/vendor/bubblewrap/network.c
!/vendor/bubblewrap/network.h
!/vendor/bubblewrap/utils.c
!/vendor/bubblewrap/utils.h
/vendor/bubblewrap/tests/
/vendor/bubblewrap/demos/
/vendor/bubblewrap/completions/
/vendor/bubblewrap/ci/
/vendor/bubblewrap/packaging/
/vendor/bubblewrap/.github/
/vendor/bubblewrap/.editorconfig
/vendor/bubblewrap/*.md
/vendor/bubblewrap/*.xml
/vendor/bubblewrap/*.jpg
/vendor/bubblewrap/*.el
/vendor/bubblewrap/meson.build
/vendor/bubblewrap/meson_options.txt
/vendor/bubblewrap/*.cfg
/vendor/bubblewrap/*.sh
/vendor/bubblewrap/COPYING
/vendor/bubblewrap/LICENSE
/vendor/bubblewrap/README.md
/vendor/bubblewrap/NEWS.md
/vendor/bubblewrap/SECURITY.md
/vendor/bubblewrap/CODE-OF-CONDUCT.md
/vendor/bubblewrap/bwrap.xml
/vendor/bubblewrap/release-checklist.md
/vendor/bubblewrap/uncrustify.sh