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.
39 lines
286 B
Plaintext
39 lines
286 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/
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|
|
|
|
worktrees
|