Skip to content

Commit

Permalink
ci: Preserve GitHub workflow files in .gitignore
Browse files Browse the repository at this point in the history
- Update .gitignore to exclude YAML files by default
- Add exception to keep GitHub workflow YAML files
- Ensure CI/CD configuration files are tracked in version control
  • Loading branch information
developer0hye committed Feb 8, 2025
1 parent 46ed6ba commit a6ef4c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,7 @@ cython_debug/
*.txt
*.json
*.yml
*.yaml
*.yaml

# But don't ignore GitHub workflow files in .github/workflows/
!.github/workflows/*.yml

0 comments on commit a6ef4c4

Please sign in to comment.