Automate immutable production deployments
This commit is contained in:
+11
-2
@@ -1,5 +1,16 @@
|
||||
node_modules
|
||||
.tools
|
||||
.git
|
||||
**/.terraform
|
||||
**/*.tfstate
|
||||
**/*.tfstate.*
|
||||
**/*.tfplan
|
||||
**/*.tfvars
|
||||
**/*.tfvars.json
|
||||
**/.env
|
||||
**/.env.*
|
||||
**/.gitea-token
|
||||
**/.gitea-*-token
|
||||
dist
|
||||
.vite
|
||||
coverage
|
||||
@@ -12,6 +23,4 @@ data/geofabrik/*.osm.pbf.md5
|
||||
data/geofabrik/*.part
|
||||
data/geofabrik/*.expected-md5
|
||||
data/local/*.json
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user