Sorry if I missed an existing post.
I didn’t see anything when I searched for ‘gitignore stan’ - The Stan Forums (mc-stan.org).
I’m using git to track my project. Let’s say I have my_model.stan
.
This generates a file, my_model
.
How do I “ignore” these files with git?
Any tips for blocking git from tracking this file via .gitinore
? For example, I block csv files with *.csv
, but the complied stan models do not have an ending.