cmc-csci143
cmc-csci143 copied to clipboard
"Non-sensitive" project files
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?
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.