mirror of
https://github.com/JetBrains/ideavim.git
synced 2026-03-26 21:18:36 +00:00
40 lines
532 B
Plaintext
40 lines
532 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/
|