using lint-staged
This commit is contained in:
@@ -1,8 +1,23 @@
|
||||
# v 0.1
|
||||
# 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
|
||||
@@ -10,9 +25,6 @@
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
# Fix: .eslintignore is being threated as a markdown
|
||||
.eslintignore
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
|
Reference in New Issue
Block a user