Skip to content

Commit

Permalink
fix(core): colocate gitignore lines specific to apps/core (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk authored Feb 10, 2024
1 parent f355bd4 commit 998f8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ dist
test-results/
playwright-report/
playwright/.cache/
apps/core/client/generated
apps/core/schema.graphql
4 changes: 4 additions & 0 deletions apps/core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# generated
client/generated
schema.graphql

0 comments on commit 998f8cd

Please sign in to comment.