urania-dev / snapp

Yet Another Url Shortner. A simple excercise to learn Svelte.
https://snapp.li
MIT License
210 stars 11 forks source link

Add gitignore #58

Closed IvanLi-CN closed 1 month ago

IvanLi-CN commented 1 month ago

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.

urania-dev commented 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

IvanLi-CN commented 1 month ago

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.

urania-dev commented 1 month ago

damnit didn't notice before! thank you i'll fix it right away