chore: add .continue directory to gitignore
Exclude the .continue directory from version control to prevent unwanted configuration or log files from being committed.
This commit is contained in:
parent
cfa59dfb40
commit
2bcf7eb8d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,6 +33,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|||||||
# Finder (MacOS) folder config
|
# Finder (MacOS) folder config
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.continue/
|
||||||
__test__/data/*.json
|
__test__/data/*.json
|
||||||
/src/generated/prisma
|
/src/generated/prisma
|
||||||
*.db
|
*.db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user