Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 11, 2024
1 parent 7522dad commit 8cc6006
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Also in your `.devcontainer/Dockerfile` uncomment the following line.

We need the following `.gitignore` file.

```
```.gitignore
dist
node_modules
.parcel-cache
Expand Down Expand Up @@ -79,7 +79,7 @@ Add a scripts section to your package.json

And now when you run `npm install & npm run start` parcel will generate your assets into the dist folder. We should also update our `./.gitignore` to exclude the generated files.

```
```sh
/target
.parcel-cache
/app/dist
Expand Down

0 comments on commit 8cc6006

Please sign in to comment.