theatre/.gitignore

28 lines
356 B
Text
Raw Normal View History

2021-06-18 13:05:06 +02:00
**/node_modules
**/xeno
/packages/*/dist
/theatre/*/dist
2021-08-06 12:00:19 +02:00
/examples/*/dist
2021-06-18 13:05:06 +02:00
*.log
*.temp
/.vscode
/.history
**/.DS_Store
*.tsbuildinfo
.eslintcache
.yarn/*
# !.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
2022-02-28 13:15:27 +01:00
!.yarn/versions
# Required by the `parcel_v2`
# compatibility tests
.parcel-cache
/compat-tests/*/.yarn
/compat-tests/*/build