cmc-csci143 icon indicating copy to clipboard operation
cmc-csci143 copied to clipboard

"Non-sensitive" project files

Open henrylong612 opened this issue 1 year ago • 1 comments

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?

henrylong612 avatar May 05 '24 18:05 henrylong612

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.

mikeizbicki avatar May 06 '24 03:05 mikeizbicki