The .gitignore had a comment about Sisyphus artifacts but was missing the actual pattern. BUGS.md is replaced by the .sisyphus/ ignore rule.
20 lines
158 B
Plaintext
20 lines
158 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
|
|
# Nix
|
|
/result
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sisyphus orchestration artifacts
|
|
.sisyphus/
|