mirror of
https://github.com/apple/pkl.git
synced 2026-03-20 00:04:05 +01:00
Co-authored-by: Kushal Pisavadia <kushi.p@gmail.com> Co-authored-by: Daniel Chao <daniel.h.chao@gmail.com>
26 lines
291 B
Plaintext
26 lines
291 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
|
|
|
|
.vscode/
|
|
|
|
.pkl-lsp/
|
|
|
|
# :pkl-core:makeIntelliJAntlrPluginHappy
|
|
gen/
|
|
PklLexer.tokens
|