Skip to content

Commit 092f560

Browse files
committed
delete config.json
1 parent f8a5f51 commit 092f560

2 files changed

Lines changed: 11 additions & 62 deletions

File tree

.github/workflows/config.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ docker-compose.override.yml
140140
terraform.tfvars
141141
.tfvars
142142

143+
# ============================================================================
144+
# GITHUB ACTIONS
145+
# ============================================================================
146+
# Config files should be managed by Terraform and GitHub Secrets, not hardcoded
147+
.github/workflows/config.json
148+
.github/workflows/*.local
149+
.github/workflows/secrets/
150+
143151
# ============================================================================
144152
# TEMPORARY & ARTIFACTS
145153
# ============================================================================
@@ -161,4 +169,6 @@ temp/
161169
.gitkeep
162170
.env.test
163171
poetry.lock.local
164-
package-lock.json.local
172+
package-lock.json.local
173+
174+
mypythonproject1.code-workspace

0 commit comments

Comments
 (0)