mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
53 lines
503 B
Plaintext
Executable File
53 lines
503 B
Plaintext
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
|
|
|
|
# production
|
|
build/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.idea
|
|
.vscode
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
# eslint
|
|
.eslintcache
|
|
|
|
# nix dev env
|
|
!.envrc
|
|
.direnv
|
|
.devenv
|
|
|
|
# zipline
|
|
uploads*/
|
|
*.crt
|
|
*.key
|
|
src/prisma
|
|
.memory.log*
|