neuronsimulator / nrn-modeldb-ci

NEURON ModelDB CI tools
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Add .gitignore #116

Closed JCGoran closed 6 months ago

JCGoran commented 6 months ago

Sometimes the current dir becomes a bit cluttered, and git clean -df sometimes removes too much (namely the cache dir and the modeldb-meta.yaml file), so adding a .gitignore with those 2 allows for easier cleanup of the project dir. Note that we can remove those as well using git clean -xdf.