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 b20283d commit b8615e0
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 @@ -26,3 +26,7 @@ extensions/*/build

# Node library SQLite database
web/database.sqlite

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

0 comments on commit b8615e0

Please sign in to comment.