mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-24 22:42:53 +01:00
4a85058ba2
Originally this is needed to update the dependency on AceJump, which uses the kotlin 2.0 compiler, and its classes are not compatible with the old compiler
37 lines
686 B
Plaintext
37 lines
686 B
Plaintext
*.swp
|
|
/.gradle/
|
|
/.intellijPlatform/
|
|
|
|
/.idea/
|
|
!/.idea/scopes
|
|
!/.idea/copyright
|
|
!/.idea/icon.png
|
|
!/.idea/inspectionProfiles
|
|
!/.idea/fileTemplates
|
|
!/.idea/runConfigurations
|
|
!/.idea/codeStyles
|
|
!/.idea/vcs.xml
|
|
!/.idea/misc.xml
|
|
!/.idea/.name
|
|
|
|
**/build/
|
|
**/out/
|
|
**/tmp/
|
|
|
|
*.DS_Store
|
|
|
|
.teamcity/.idea
|
|
.teamcity/target
|
|
.teamcity/*.iml
|
|
|
|
# Generated by gradle task "generateGrammarSource"
|
|
vim-engine/src/main/java/com/maddyhome/idea/vim/parser/generated
|
|
vim-engine/src/main/java/com/maddyhome/idea/vim/regexp/parser/generated
|
|
# Generated JSONs for lazy classloading
|
|
/vim-engine/src/main/resources/ksp-generated
|
|
/src/main/resources/ksp-generated
|
|
|
|
# Created by github automation
|
|
settings.xml
|
|
|
|
.kotlin |