mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 18:05:54 +02:00
49 lines
No EOL
474 B
Text
Executable file
49 lines
No EOL
474 B
Text
Executable file
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# yarn
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# eslint
|
|
.eslintcache
|
|
|
|
# zipline
|
|
uploads*/
|
|
*.crt
|
|
*.key
|
|
generated |