Open henrylong612 opened 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.
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 myinsert_data.sh
file, which includes the url I use to connect to postgres like in thetwitter_indexes
asssignments. Is this a problem? Are there any other files I should be omitting in my final repository?