-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (38 loc) · 722 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (38 loc) · 722 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
# Rust
/target/
/crates/*/target/
**/*.rs.bk
Cargo.lock.bak
# IDE / editor cruft
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.DS_Store
# AUR makepkg artefacts (root-level only — do not match crates/*/src)
/pkg/
/src/
*.pkg.tar.zst
*.pkg.tar.xz
/packaging/arch/*.tar.gz
/packaging/arch/sentinel-*
# …but .install hooks are source, not build artefacts — keep them tracked.
# (this glob previously silently swallowed sentinel-cosmic.install, which
# is why the AUR publish couldn't find it).
!/packaging/arch/*.install
# Release artefacts
/dist/
*.tar.gz
*.tar.xz
*.sha256
# Debug
core
*.core
*.log
# Local task scratch
/TODO
/.notes/
# cxx-qt qmlls config — generated, contains a machine-local buildDir
.qmlls.ini