Deleted files. Updated gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -11,13 +11,13 @@ coverage/
|
||||
*.swp
|
||||
*.swo
|
||||
.venv
|
||||
.playwright-mcp/
|
||||
.playwright-mcp
|
||||
|
||||
#Data Import Files
|
||||
data/make-model-import/output/*.sql
|
||||
data/make-model-import/vehapi.key
|
||||
data/make-model-import/snapshots/*
|
||||
!data/make-model-import/snapshots/.gitkeep
|
||||
data/vehicle-etl/output/*.sql
|
||||
data/vehicle-etl/vehapi.key
|
||||
data/vehicle-etl/snapshots/*
|
||||
!data/vehicle-etl/snapshots/.gitkeep
|
||||
|
||||
# K8s-aligned configuration and secret mounts (real files ignored; examples committed)
|
||||
config/**
|
||||
@@ -27,4 +27,4 @@ config/**
|
||||
secrets/**
|
||||
!secrets/
|
||||
!secrets/**/
|
||||
!secrets/**/*.example
|
||||
!secrets/**/*.example
|
||||
Reference in New Issue
Block a user