ts-npm-package-template/.gitignore

160 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2024-05-31 18:10:04 +00:00
/.svelte-kit
.turbo
/build
/dist
/dist-ssr
2024-05-20 21:36:28 +00:00
2024-05-31 18:10:04 +00:00
# modules
.DS_Store
node_modules
/package
2024-05-20 21:36:28 +00:00
2024-06-01 12:36:33 +00:00
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# Compiled code
lib/
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# TypeScript cache
*.tsbuildinfo
2024-05-31 18:10:04 +00:00
# Sentry Config File
.sentryclirc
2024-05-20 21:36:28 +00:00
2024-06-01 09:41:14 +00:00
# ENV vars
2024-05-31 18:10:04 +00:00
.env
.env.*
!.env.example
*.local
# vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
__unconfig_vite.config.js
2024-06-01 12:36:33 +00:00
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
2024-05-31 18:10:04 +00:00
# serverless
/lambda
# Local Vercel
.vercel
.vercel_build_ouput
# TODO: Output
.output
# Local Netlify folder
.netlify
#internalization
/src/i18n/i18n-*
2024-06-01 12:36:33 +00:00
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
2024-05-31 18:10:04 +00:00
#cypress
cypress/screenshots
cypress/videos
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/blob-report/
.idea
.stars-cache
2024-06-01 12:36:33 +00:00
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# pms
2024-05-31 18:10:04 +00:00
.yarn
2024-06-01 12:36:33 +00:00
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
yarn-debug.log*
yarn-error.log*
# Yarn Integrity file
.yarn-integrity
# Optional npm cache directory
.npm
2024-05-31 18:10:04 +00:00
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
# !.vscode/extensions.json
# .vscode/*
# .editorconfig
# .idea
# *.suo
# *.ntvs*
# *.njsproj
# *.sln
# *.sw?
2024-05-31 18:10:04 +00:00
*.flock
*.tmp
# php
public/api/vendor