libertaria-stack/.gitignore

61 lines
673 B
Plaintext

# Rust
target/
**/*.rs.bk
# Zig
zig-out/
.zig-cache/
# Binaries & Executables
test_zig_sha3
test_zig_shake
test_zig_*
*.exe
*.dll
*.so
*.dylib
*.a
*.lib
libqvl_ffi.a
# Build Error Logs
build_err*
build_errors.txt
build_er*.txt
# Random build artifacts
root
root.zig
l0_*.zig
l1_*.zig
l2_*.zig
l3_*.zig
l4_*.zig
# Operational Reports & Stories
REPORTS/
STORIES/
*.report.md
*.story.md
logs/
*.log
# Operational Data
data/
config.json
capsule.log
# Editor & OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
# BDD Specifications - Gold worth, protect from competitors
# Uncomment below to share specs with trusted collaborators only
*.feature
features/
!features/README.md