mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-21 07:42:45 +01:00
b005328b4a
I've also added sorting to be more confident that the generated file will be persistent across different machines
34 lines
567 B
Plaintext
34 lines
567 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
|
|
|
|
# Created by github automation
|
|
settings.xml
|
|
|
|
.kotlin |