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/
|
# vendor/
|
||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
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/
|
# vendor/
|
||||||
|
|
||||||
quyun
|
quyun
|
||||||
|
|
||||||
|
# Local production config
|
||||||
|
config.prod.toml
|
||||||
|
|||||||
3
frontend/portal/.gitignore
vendored
3
frontend/portal/.gitignore
vendored
@@ -22,3 +22,6 @@ dist-ssr
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Local scripts
|
||||||
|
scripts/
|
||||||
|
|||||||
Reference in New Issue
Block a user