mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 03:21:13 +01:00
Initial commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# macOS
|
||||
.DS_STORE
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
generated/
|
||||
|
||||
# IntelliJ
|
||||
.idea/
|
||||
!.idea/codestyles/
|
||||
!.idea/inspectionProfiles/
|
||||
!.idea/runConfigurations/
|
||||
!.idea/scopes/
|
||||
!.idea/vcs.xml
|
||||
|
||||
# :pkl-core:makeIntelliJAntlrPluginHappy
|
||||
gen/
|
||||
PklLexer.tokens
|
||||
Reference in New Issue
Block a user