Skip to content

Commit 1c21e57

Browse files
author
github-actions
committed
chore: Update .gitignore to match abstract-validation-base
- Add .cursor/ to IDE ignores - Add coverage.xml and junit.xml to testing ignores - Remove coverage.xml and junit.xml from tracking (generated files)
1 parent 94209a3 commit 1c21e57

File tree

3 files changed

+3
-1282
lines changed

3 files changed

+3
-1282
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ wheels/
1212
# IDE
1313
.idea/
1414
.vscode/
15+
.cursor/
1516
*.swp
1617
*.swo
1718

@@ -23,6 +24,8 @@ Thumbs.db
2324
.hypothesis/
2425
.pytest_cache/
2526
.coverage
27+
coverage.xml
28+
junit.xml
2629
htmlcov/
2730

2831
# Data cache

0 commit comments

Comments
 (0)