Skip to content

Commit

Permalink
Merge pull request #716 from Nikokrock/mr/remove_gitlab_ci
Browse files Browse the repository at this point in the history
Add .gitlab-ci.yaml to VCS_IGNORE_LIST
  • Loading branch information
Nikokrock authored Apr 9, 2024
2 parents f333658 + 3de405b commit 5ea4945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/e3/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ def splitall(path: str) -> tuple[str, ...]:
".idea",
".python-version",
".gitlab-ci",
".gitlab-ci.yml",
".vscode",
".github",
)
Expand Down

0 comments on commit 5ea4945

Please sign in to comment.