2024-12-11 09:51:03 +00:00
|
|
|
/*
|
2023-12-24 12:31:33 +00:00
|
|
|
|
2025-01-10 02:05:17 +00:00
|
|
|
/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
|
2024-01-10 09:21:09 +00:00
|
|
|
!/doc
|
2023-12-22 08:46:30 +00:00
|
|
|
!/tests
|
|
|
|
!/.github
|
|
|
|
|
|
|
|
!/.gitignore
|
2023-12-24 12:31:33 +00:00
|
|
|
!/.gitattributes
|
2023-12-22 08:46:30 +00:00
|
|
|
!/LICENSE
|
|
|
|
!/README.md
|
2024-12-11 09:51:03 +00:00
|
|
|
|
2025-01-10 02:05:17 +00:00
|
|
|
!/settings.gradle.kts
|
|
|
|
!/build.gradle.kts
|
2024-01-11 08:47:41 +00:00
|
|
|
!/gradle.properties
|
2024-11-24 10:47:15 +00:00
|
|
|
|
2024-12-11 09:51:03 +00:00
|
|
|
!/package.json
|
|
|
|
!/rollup.config.js
|
2025-01-06 12:02:07 +00:00
|
|
|
!/tsconfig.json
|