Files
IntelliJ-IdeaVim/.gitignore
1grzyb1 29be1994a9 Fix property-based workflow
Once a day github action will check failing property-based tests and run claude agent to try fix those failing cases and prepare PR with fix
2026-08-27 10:40:50 +02:00

44 lines
631 B
Plaintext

*.swp
/.gradle/
/.intellijPlatform/
/.idea/
!/.idea/dictionaries/project.xml
!/.idea/scopes
!/.idea/copyright
!/.idea/icon.png
!/.idea/inspectionProfiles
!/.idea/fileTemplates
!/.idea/runConfigurations
!/.idea/codeStyles
!/.idea/vcs.xml
!/.idea/misc.xml
!/.idea/.name
!/.idea/gradle.xml
**/build/
**/out/
**/tmp/
*.DS_Store
.teamcity/.idea
.teamcity/target
.teamcity/*.iml
# Created by github automation
settings.xml
.kotlin
.claude/settings.local.json
.beads/sync_base.jsonl
# Split-mode test artifacts
**/allure-results/
# Local runs of the property test auto-fix workflow
/property_failures/
/property_fix_result.json