chore: update .gitignore to include additional Gitea workflow files
- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of these workflow configuration files.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -49,5 +49,7 @@ build/
|
|||||||
.env.production
|
.env.production
|
||||||
.env.local
|
.env.local
|
||||||
.env.production.example
|
.env.production.example
|
||||||
|
|
||||||
|
# Gitea workflows
|
||||||
.gitea/workflows/deploy.yml
|
.gitea/workflows/deploy.yml
|
||||||
.gitea/workflows/build.yml
|
.gitea/workflows/build.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user