mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2026-09-25 21:19:25 +02:00
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
44 lines
631 B
Plaintext
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
|