22bc7460df
* Unify submission execution implementations into submissionRunner * Unify contestMonitorTypes definitions between extension & web * Make line separator in entry use LF * Add entry.sh for sandbox * Fix web imports * Sandbox read from .env --------- Co-authored-by: orosmatthew <orosmatthew@pm.me>
22 lines
361 B
Plaintext
22 lines
361 B
Plaintext
sandbox/node_modules
|
|
sandbox/build
|
|
sandbox/.env
|
|
|
|
web/.DS_Store
|
|
web/node_modules
|
|
web/build
|
|
web/.svelte-kit
|
|
web/package
|
|
web/.env
|
|
web/.env.*
|
|
web/!.env.example
|
|
web/vite.config.js.timestamp-*
|
|
web/vite.config.ts.timestamp-*
|
|
web/temp
|
|
web/db
|
|
|
|
shared/submissionRunner/node_modules
|
|
shared/submissionRunner/build
|
|
|
|
shared/extensionWeb/node_modules
|
|
shared/extensionWeb/build |