BroncoDirectMe / Backend

BroncoDirectMe's API for the Chrome Extension
https://broncodirect.me
9 stars 1 forks source link

Updated .gitignore file #14

Closed PattyCakesxD closed 2 years ago

PattyCakesxD commented 2 years ago

I sort of just copy and pasted the following gitignores, other than that I have no clue what I'm doing:

misslame commented 2 years ago

Did you add every possible scenario file you can think of to being ignored? Like I saw c++ and .NET generated files there.

misslame commented 2 years ago

Also did you check if it does indeed ignore the files we care about. Lol I would check myself but im on my phone and it scrolls for days.

PattyCakesxD commented 2 years ago

Didn't know what qualifies as valid files to ignore unless it requires extensive research (I know nothing about MySQL, Node, and Docker) so I just copy and pasted the gitignores of the examples in the task. Is this really as easy as it's marked?

PattyCakesxD commented 2 years ago

Updated .gitignore again

A lot of files were irrelevant to THIS sprint, but I kept the ones that are generally important for each respective category (albeit I deemed some files as important even though not 100% sure on their purpose). If the .gitignore only needs to pertain exactly for what's required in this sprint, the custom .gitignore would be about 5 lines long. Let me know if I did anything wrong with the update please!