ts-npm-package-template/.gitignore

89 lines
882 B
Plaintext
Raw 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-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
# Husky
.husky
.tool-versions
# vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
__unconfig_vite.config.js
# serverless
/lambda
# Local Vercel
.vercel
.vercel_build_ouput
# TODO: Output
.output
# Local Netlify folder
.netlify
#internalization
/src/i18n/i18n-*
#cypress
cypress/screenshots
cypress/videos
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/blob-report/
.idea
.stars-cache
# pm
.yarn
yarn-error.log
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
!.vscode/extensions.json
.vscode/*
.editorconfig
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.flock
*.tmp
# php
public/api/vendor