cs50/submit50

blacklist sensitive dot directories

Closed this issue · 2 comments

Even though it might be a bit inelegant, probably best to blacklist dirs like

  • ~/.ssh
  • ~/.c9

from being submitted (unless overridden by, e.g., a -d flag) for cases when student is working on a program in their home directory.

lib50 ignores all dotfiles by default. You can include dotfiles and dirs by explicitly adding them with !include.