Skip to content

Commit

Permalink
chore: ignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Jun 5, 2024
1 parent d15a49f commit 18ab8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
dist-ssr
dev-dist
*.local

# dependencies
Expand All @@ -18,7 +19,6 @@ dist-ssr
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/dev-dist

# local env files
.env
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import tseslint from 'typescript-eslint';

export default tseslint.config(
{
ignores: ['node_modules/*', 'dev-dist/*'],
ignores: ['node_modules/*', 'dev-dist/*', 'dist/*'],
},
{
rules: {
Expand Down

0 comments on commit 18ab8cd

Please sign in to comment.