mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
This introduces an IntelliJ plugin that's meant to assist with development of the Pkl codebase itself. The plugin adds a file editor that opens snippet tests in a split editor pane, showing the input on the left side and output on the right side.
25 lines
257 B
Plaintext
25 lines
257 B
Plaintext
# macOS
|
|
.DS_STORE
|
|
|
|
# Gradle
|
|
.gradle/
|
|
build/
|
|
generated/
|
|
testgenerated/
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
!.idea/icon.svg
|
|
!.idea/codestyles/
|
|
!.idea/inspectionProfiles/
|
|
!.idea/runConfigurations/
|
|
!.idea/scopes/
|
|
!.idea/vcs.xml
|
|
.intellijPlatform/
|
|
|
|
.vscode/
|
|
|
|
.pkl-lsp/
|
|
|
|
.kotlin/
|