Skip to content

Commit

Permalink
docs: more clear these need to be added to gitingore
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed May 24, 2024
1 parent 926977a commit 4382f5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ mix.lock

### 4. Ignore blend build artifacts

```
# .gitignore
```diff
# .gitignore

...

/blend/_build
/blend/deps
+/blend/_build
+/blend/deps
```

Add to your `.gitignore` file, before comitting your changes.
Expand Down

0 comments on commit 4382f5f

Please sign in to comment.