All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
54 lines
641 B
Plaintext
54 lines
641 B
Plaintext
/*
|
|
|
|
/buildSrc/*
|
|
!/buildSrc
|
|
!/buildSrc
|
|
!/buildSrc/src
|
|
!/buildSrc/build.gradle.kts
|
|
|
|
/common/*
|
|
!/common
|
|
!/common/src
|
|
!/common/build.gradle.kts
|
|
|
|
/runtime/*
|
|
!/runtime
|
|
!/runtime/src
|
|
!/runtime/build.gradle.kts
|
|
|
|
/compilation/*
|
|
!/compilation
|
|
!/compilation/src
|
|
!/compilation/build.gradle.kts
|
|
|
|
/repl/*
|
|
!/repl
|
|
!/repl/src
|
|
!/repl/build.gradle.kts
|
|
|
|
/lib/*
|
|
!/lib
|
|
!/lib/src
|
|
!/lib/build.gradle.kts
|
|
!/lib/package.json
|
|
!/lib/tsconfig.json
|
|
!/lib/rollup.config.js
|
|
|
|
# !/src
|
|
!/doc
|
|
!/tests
|
|
!/.github
|
|
|
|
!/.gitignore
|
|
!/.gitattributes
|
|
!/LICENSE
|
|
!/README.md
|
|
|
|
!/settings.gradle.kts
|
|
!/build.gradle.kts
|
|
!/gradle.properties
|
|
|
|
!/package.json
|
|
!/rollup.config.js
|
|
!/tsconfig.json
|