update
This commit is contained in:
@@ -1,84 +1,13 @@
|
||||
# v 0.2
|
||||
# Minified files
|
||||
*.min.*
|
||||
*.min.*
|
||||
|
||||
# Husky
|
||||
.husky/*
|
||||
|
||||
# Git
|
||||
.gitignore
|
||||
|
||||
# Eslint
|
||||
.eslintignore
|
||||
|
||||
# Prettier
|
||||
.prettierignore
|
||||
|
||||
# Markdown files
|
||||
*.md
|
||||
|
||||
# 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
|
||||
.DS_Store
|
||||
node_modules
|
||||
build
|
||||
release
|
||||
dist
|
||||
|
||||
# Rust
|
||||
target
|
||||
|
||||
# Svelte-Kit
|
||||
.svelte-kit
|
||||
package
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# 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*
|
||||
# Ignore files for PNPM, NPM and YARN
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
Reference in New Issue
Block a user