Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestMixin: don't install ".gitkeep" files.
Files called ".gitkeep" are used as placeholders to tell git to create the directory. They shouldn't be copied as part of the demo project content (in fact, a file called ".gitkeep" would not be allowed by the file upload form.) For example, the demo active project AGlSZa5VTv5Dg09CSpoh contains no actual files, but the git repository includes the file demo-files/media/active-projects/AGlSZa5VTv5Dg09CSpoh/.gitkeep - so in this case, TestMixin should create an empty project directory.
- Loading branch information