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 da865d5 commit cf4dc3b
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 @@ -2,3 +2,7 @@

.env
.env.*

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

0 comments on commit cf4dc3b

Please sign in to comment.