chore: gitignore FISCAL-DRIVER-TESTS/ and data/
FISCAL-DRIVER-TESTS/ contains vendor driver docs and test files that don't belong in source control. data/ holds the SQLite databases and uploaded product images — runtime-generated, not source. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -26,3 +26,9 @@ dist/
|
|||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Fiscal driver tests & documentation
|
||||||
|
FISCAL-DRIVER-TESTS/
|
||||||
|
|
||||||
|
# Runtime data (databases, uploaded images)
|
||||||
|
data/
|
||||||
|
|||||||
Reference in New Issue
Block a user