81 lines
778 B
Plaintext
81 lines
778 B
Plaintext
# v 0.2
|
|
# Minified files
|
|
*.min.*
|
|
*.min.*
|
|
|
|
# Husky
|
|
.husky/*
|
|
|
|
# Git
|
|
.gitignore
|
|
|
|
# Eslint
|
|
.eslintignore
|
|
|
|
# Self
|
|
.prettierignore
|
|
|
|
# Pnpm
|
|
pnpm-lock.yaml
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
## Build files
|
|
|
|
# Common
|
|
build
|
|
release
|
|
dist
|
|
|
|
# Rust
|
|
target
|
|
|
|
# Svelte-Kit
|
|
.svelte-kit
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
dist
|
|
|
|
# Docusaurus cache and generated files
|
|
.docusaurus
|
|
|
|
|
|
# Nodejs packages
|
|
node_modules/
|
|
|
|
# Package Managers
|
|
|
|
.npm
|
|
# Yarn
|
|
.yarn-integrity
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Serverless directories
|
|
.serverless/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log* |