mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
34 lines
316 B
Plaintext
34 lines
316 B
Plaintext
node_modules
|
|
|
|
/.cache
|
|
/build
|
|
/public/build
|
|
|
|
# yarn
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.idea
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# zipline
|
|
uploads*/
|
|
dist/ |