fix gitignore

This commit is contained in:
Chuck1sn
2025-05-15 21:56:28 +08:00
parent 1927003f2e
commit 24a075ad50
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -169,7 +169,7 @@ hs_err_pid*
replay_pid*
# docker
docker-compose.yaml
docker-compose.yml
Dockerfile
Caddyfile
start.sh

2
backend/.gitignore vendored
View File

@@ -226,7 +226,7 @@ db.d/store/*
.git
# docker
docker-compose.yaml
docker-compose.yml
Dockerfile
Caddyfile
start.sh

2
frontend/.gitignore vendored
View File

@@ -181,7 +181,7 @@ auto-imports.d.ts
components.d.ts
# docker
docker-compose.yaml
docker-compose.yml
Dockerfile
Caddyfile
start.sh