Skip to content

Commit e50e984

Browse files
committed
chore: untrack examples/quickstart/.env; gitignore .env and .spec-workflow
examples/quickstart/.env was tracked at base with a placeholder. Untrack it (secrets must never be version-controlled) and ignore .env / .spec-workflow.
1 parent b48ac21 commit e50e984

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
.idea
22
.vscode
33
.DS_Store
4+
5+
# 环境变量与密钥,禁止提交
6+
.env
7+
.env.*
8+
9+
# spec-workflow tooling (local, not for version control)
10+
.spec-workflow/
411
*.lock
512
*.log
613
examples/*.log

examples/quickstart/.env

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

0 commit comments

Comments
 (0)