diff --git a/cpp-example/readme.md b/cpp-example/readme.md index 6ae5cd4..fed95ce 100644 --- a/cpp-example/readme.md +++ b/cpp-example/readme.md @@ -83,4 +83,7 @@ The best way is to go in `source/index.rst` and add `api/library_root` as an ent **4. Now you can generate !** Inside the `docs` directory you can now execute `make html` ! -You can acces it through `docs/build/html/index.html`. \ No newline at end of file +You can acces it through `docs/build/html/index.html`. + +> :warning: **Warning** +> Do not store the `build` folder in your remote storage, if you use `git` simply copy the `.gitignore` inside `cpp-example/docs` and paste it to your `docs` folder. \ No newline at end of file