.gitignore 172 B

1234567891011121314
  1. # ignore config dir
  2. config/*
  3. # ignore ovpn files
  4. ovpns/*
  5. # allow .keep/.gitkeep to keep empty dirs in git repo
  6. !*/.keep
  7. !*/.gitkeep
  8. # ignore backup files
  9. *.bak
  10. *.backup