Closed hanioid10414 closed 4 months ago
(Don't put in repository) Put it in some place handy!
@hanioid10414 The other option is to put the data into your repository, and tell Git to ignore it. That may be convenient. If you want to do this:
data
(or whatever name you want) folder in the repo (i.e., .data/
).gitignore
file: "data/*" - this tells Git to ignore everything in the data folder