Skip to content

Commit

Permalink
Ignore assets with gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Apr 27, 2023
1 parent 0936fea commit ae00f33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ mount Vitepress::Engine, at: "/docs"
- ***Only works with /docs path for now***
- In your vitepress config file needs to have base: '/docs/'.

3. Ignore build assets in gitingore:

```dockerignore
public/docs/**/*
```

## Usage

1. Write your `.md` doc inside the `docs` folder.
Expand Down

0 comments on commit ae00f33

Please sign in to comment.