mirror of
https://github.com/apple/pkl.git
synced 2026-05-17 20:36:55 +02:00
fc0f6f1ef0
Adds an icon for the Pkl project which is used in IDEA's "New UI" when opening Pkl
21 lines
255 B
Plaintext
21 lines
255 B
Plaintext
# macOS
|
|
.DS_STORE
|
|
|
|
# Gradle
|
|
.gradle/
|
|
build/
|
|
generated/
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
!.idea/icon.svg
|
|
!.idea/codestyles/
|
|
!.idea/inspectionProfiles/
|
|
!.idea/runConfigurations/
|
|
!.idea/scopes/
|
|
!.idea/vcs.xml
|
|
|
|
# :pkl-core:makeIntelliJAntlrPluginHappy
|
|
gen/
|
|
PklLexer.tokens
|