Closed IvanLi-CN closed 1 month ago
The project actually have a .gitignore
I don't know why It doesnt appears in the code base, I suppose it got itself ignored. I'll add back update version merged with yours asap
I'm glad to hear you have a .gitignore ready.
By the way, the db.sqlite path in the .dockerignore file might need updating as well. I'm not sure if you've noticed, but the current path seems incorrect.
damnit didn't notice before! thank you i'll fix it right away
I think this project should have
.gitignore
.I generated one through the
npx gitignore node
, and added some svelte and ignore files dedicated to this project.If I've missed any documentation that should have prompted my git to ignore these files, please let me know.