chore: ignore local config and tooling artifacts
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -29,3 +29,11 @@ go.work.sum
|
||||
# vendor/
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Local tooling/config
|
||||
.sisyphus/
|
||||
opencode.json
|
||||
|
||||
# Local services and fixtures
|
||||
services/
|
||||
fixtures/
|
||||
|
||||
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
@@ -29,3 +29,6 @@ go.work.sum
|
||||
# vendor/
|
||||
|
||||
quyun
|
||||
|
||||
# Local production config
|
||||
config.prod.toml
|
||||
|
||||
3
frontend/portal/.gitignore
vendored
3
frontend/portal/.gitignore
vendored
@@ -22,3 +22,6 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Local scripts
|
||||
scripts/
|
||||
|
||||
Reference in New Issue
Block a user