Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Add 
```
.shopify/* --> ignores build outputs produced during dev
.shopify.lock --> ignores lock files used during extension create
```
to .gitignore
  • Loading branch information
isaacroldan authored Aug 21, 2024
1 parent cf42758 commit 9c6421b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ yarn.lock
pnpm-lock.yaml

/extensions/*/dist

# Ignore shopify files created during app dev
.shopify/*
.shopify.lock

0 comments on commit 9c6421b

Please sign in to comment.