chore(gitignore): exclude private memory data and dev test suites
- data/ : local user memory buckets (privacy) - tests/integration/, tests/regression/, tests/unit/ : developer-only test suites kept out of upstream
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -15,3 +15,7 @@ scarp_paper
|
|||||||
backup_*/
|
backup_*/
|
||||||
*.db
|
*.db
|
||||||
import_state.json
|
import_state.json
|
||||||
|
data/
|
||||||
|
tests/integration/
|
||||||
|
tests/regression/
|
||||||
|
tests/unit/
|
||||||
|
|||||||
Reference in New Issue
Block a user