You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
580 B
56 lines
580 B
# dependencies |
|
node_modules |
|
.yarn/* |
|
!.yarn/patches |
|
!.yarn/plugins |
|
!.yarn/releases |
|
!.yarn/sdks |
|
!.yarn/versions |
|
.pnp.* |
|
.npm |
|
web_modules/ |
|
|
|
# blitz |
|
/.blitz/ |
|
/.next/ |
|
*.sqlite |
|
*.sqlite-journal |
|
.now |
|
.blitz** |
|
blitz-log.log |
|
|
|
# misc |
|
.DS_Store |
|
|
|
# local env files |
|
.env.local |
|
.env.*.local |
|
.envrc |
|
|
|
# Logs |
|
logs |
|
*.log |
|
|
|
# Runtime data |
|
pids |
|
*.pid |
|
*.seed |
|
*.pid.lock |
|
|
|
# Testing |
|
.coverage |
|
*.lcov |
|
.nyc_output |
|
lib-cov |
|
|
|
# Caches |
|
*.tsbuildinfo |
|
.eslintcache |
|
.node_repl_history |
|
.yarn-integrity |
|
|
|
# Serverless directories |
|
.serverless/ |
|
|
|
# Stores VSCode versions used for testing VSCode extensions |
|
.vscode-test
|
|
|