feat: add 'dist' directory to .dockerignore and .gitignore for build artifact exclusion
This commit is contained in:
@@ -7,6 +7,7 @@ __pycache__
|
|||||||
.ruff_cache
|
.ruff_cache
|
||||||
build
|
build
|
||||||
data
|
data
|
||||||
|
dist
|
||||||
logs
|
logs
|
||||||
*.pyc
|
*.pyc
|
||||||
.env
|
.env
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ secrets/
|
|||||||
|
|
||||||
# Local build artifacts
|
# Local build artifacts
|
||||||
build/
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
# Local database / runtime data
|
# Local database / runtime data
|
||||||
data/*.duckdb
|
data/*.duckdb
|
||||||
|
|||||||
Reference in New Issue
Block a user