Skip to content

Commit

Permalink
[core] Fix gitignore to exclude playgrounds (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Oct 23, 2024
1 parent 746a418 commit 3e65e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/coverage
/docs/.env.local
/docs/export
/docs/app/playground/*
!/docs/app/playground/\[slug\]
/docs/src/app/playground/*
!/docs/src/app/playground/\[slug\]
/docs/public/feed/
/test/bundling/fixtures/*/yarn.lock
/test/bundling/fixtures/*/pnpm-lock.yaml
Expand Down

0 comments on commit 3e65e27

Please sign in to comment.