mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-23 21:23:38 +08:00
54 lines
509 B
Text
54 lines
509 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
.idea
|
|
|
|
# compiled
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
*.zip
|
|
*.tgz
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# tests
|
|
/coverage
|
|
|
|
# build
|
|
storybook-static
|
|
build-storybook*
|
|
dist
|
|
.parcel-*
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
tmp
|
|
|
|
# debug
|
|
*-debug.log*
|
|
*-error.log*
|
|
.pnpm-debug.log*
|
|
*.log
|
|
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# wp
|
|
entrypoints.json
|
|
|
|
# composer
|
|
wordpress
|
|
vendor
|
|
|
|
# packages
|
|
packages/kubrick/types.d.ts
|