GlobalTechTalks / AbsoluteHacks

AbsoluteHack is a global hackathon portal uniting thousands of ignited minds and is the one-stop portal for everything around hackathons
MIT License
8 stars 27 forks source link

Git ignore generated files/folders #26

Open nickdex opened 5 years ago

nickdex commented 5 years ago

Typically we don't track folders and files which are generated by commands eg node_mdoules or transpiled files etc.

Tracking only source files is sufficient to have all of them on a local machine, by running corresponding commands We can have thus have only relevant changes in commits and maintain clean git history

rencesar commented 5 years ago

Should also consider remove db.sqlite3

nickdex commented 5 years ago

Good point @rencesar