zoeting612 / jsFACEOFF

Repository home of the javascript version of the #project-FACEOFF
2 stars 0 forks source link

How to store the morphs #1

Open zoeting612 opened 3 years ago

zoeting612 commented 3 years ago

I ran into an issue where having all of the images in the project directory was too much for github. We need to figure out the best place to keep the images before we try to read in csv files.

kakurk commented 3 years ago

Hey @zoeting612, I mentioned this on slack but I will repeat it here for clarity:

I believe the best solution is to avoid uploading the images entirely. Creating a .gitignore file and adding a line to ignore .png and .jpg files should do the trick. You may need to use the git rm morf/* command to remove all of the images from the repository