Skip to content

Commit

Permalink
COMP: Update .gitignore ensuring changes to .github files are reported
Browse files Browse the repository at this point in the history
Also remove unneeded entry related to `.circleci` directory that was
removed in 991cd64 ("COMP: Add "CI" GitHub action workflow to replace CircleCI", 2021-11-30)
  • Loading branch information
jcfr committed Mar 18, 2024
1 parent fc7226b commit 23f4259
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.codespellignore
!.gitattributes
!.git-blame-ignore-revs
!.github/
!.pre-commit-config.yaml
!.readthedocs.yaml
!.ruff.toml
Expand All @@ -14,9 +15,6 @@
# except for .gitignore
!.gitignore

# ... and .circleci
!.circleci

# Exclude Kdevelop4 files ...
.kdev*

Expand Down

0 comments on commit 23f4259

Please sign in to comment.