3d10325873
This implements some basic infra for testing Theatre.js with popular setups such as npm/yarn/pnpm, webpack/vite/parcel, js/ts, etc. So far, the only existing setup has been with create-react-app. Will add more in the future. Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com> Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
30 lines
394 B
Text
30 lines
394 B
Text
**/node_modules
|
|
**/xeno
|
|
/packages/*/dist
|
|
/theatre/*/dist
|
|
/examples/*/dist
|
|
*.log
|
|
*.temp
|
|
/.vscode
|
|
/.history
|
|
**/.DS_Store
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
|
|
.yarn/*
|
|
# !.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Required by the `parcel_v2`
|
|
# ecosystem tests
|
|
.parcel-cache
|
|
|
|
yalc.lock
|
|
|
|
/ecosystem-tests/*/.yalc
|
|
/ecosystem-tests/*/.yarn
|
|
/ecosystem-tests/*/build
|