Skip to content

Commit

Permalink
chore(ci): Avoid linting temp tsup artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 28, 2024
1 parent 8380431 commit d35de88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ coverage
# Debug files for local testing
packages/cuttings/src/debug.ts
packages/rest/src/debug.ts

apps/**/tsup.config.bundled*.mjs
packages/**/tsup.config.bundled*.mjs
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
README.md
package.json
package.json
apps/**/tsup.config.bundled*.mjs
packages/**/tsup.config.bundled*.mjs
2 changes: 1 addition & 1 deletion packages/config-eslint/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function addTsUnusedRule(conf) {

export const configs = [
{
ignores: ['coverage/*', 'dist/*', 'node_modules/*'],
ignores: ['coverage/*', 'dist/*', 'node_modules/*', 'tsup.config.bundled*.mjs'],
},
{
files: ['**/*.json'],
Expand Down

0 comments on commit d35de88

Please sign in to comment.