You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vibed/.gitignore

32 lines
247 B
Plaintext

# Rust
target/
**/*.rs.bk
# Environment / secrets
.env
.env.*
# Nix
result
result-*
# OpenTofu / Terraform
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# direnv
.direnv/