peterbussch / stalinletters

We are a group from SLAV 1050: Computational Methods in the Humanities at the University of Pittsburgh. We are creating a public-facing website that aims at expanding the reach of a valuable set of historical documents.
1 stars 0 forks source link

Spaces in filenames #12

Open djbpitt opened 3 years ago

djbpitt commented 3 years ago

You should rename the directory now called letter data to remove the internal space. Spaces in filenames make it difficult to handle the files on the command line.

I created and pushed a .gitignore file for your project, specifying the files called .DS_Store should not be tracked. See https://code.likeagirl.io/how-to-get-rid-of-ds-store-and-node-modules-in-git-repositories-d37b8a391247 for details.