Remove committed editor config (.cursorrules) and test coverage artifact (coverage.out). Both added to .gitignore.
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
.DS_Store
|
|
**/.DS_Store
|
|
/secret
|
|
*.log
|
|
cli.test
|
|
vault.test
|
|
*.test
|
|
settings.local.json
|
|
|
|
# Stale files
|
|
.cursorrules
|
|
coverage.out
|