mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

"Non-sensitive" project files #560

Open henrylong612 opened 6 months ago

henrylong612 commented 6 months ago

Hi @mikeizbicki,

For the final project, when you say that "You must store all (non-sensitive) project files in a git repo," which files are you referring to? I have omitted my .env.prod file, but I have included my insert_data.sh file, which includes the url I use to connect to postgres like in the twitter_indexes asssignments. Is this a problem? Are there any other files I should be omitting in my final repository?

mikeizbicki commented 6 months ago

In general, the only thing that you shouldn't be checking into the git repo are passwords.

For the final project, I will not be looking for passwords in your repo and so there will be no possibility of point deductions for checking them in on accident.