CONNECT-platform / coding-blog-boilerplate

Starter project for coding.blog
MIT License
6 stars 31 forks source link

Temporary build file to ignore #6

Closed TysonMN closed 4 years ago

TysonMN commented 4 years ago

When executing codedoc build, there is a temporary file created in .codedoc/ with some randomness in its name. For example, I have seen it called __tmp_cgulce.js and __tmp_oglea.js.

It suffices to ignore this file via .gitignore with the entry .codedoc/__tmp_*.

I can provide a PR to add this to the .gitignore file if desired.

loreanvictor commented 4 years ago

I can provide a PR to add this to the .gitignore file if desired.

yes that would be great!