Skip to content

Commit

Permalink
fix: ignore dist folders from lint check (#11155)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
bfanger and benmccann authored Dec 1, 2023
1 parent 5eb2879 commit 1926f4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/package/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.DS_Store
/node_modules
/dist
/test/**/build
!/src/core/adapt/fixtures/*/.svelte-kit
!/test/node_modules
/node_modules/
/test/**/build/
!/src/core/adapt/fixtures/*/.svelte-kit/
!/test/node_modules/
/test/apps/basics/test/errors.json
.custom-out-dir
.custom-out-dir/

# these are already ignored by the top level .gitignore
# repeating them here as a faux prettier ignore
.svelte-kit
.svelte-kit/
dist/

0 comments on commit 1926f4b

Please sign in to comment.