.gitignore 155 B

123456789101112
  1. # Ignore user config
  2. config.sh
  3. # Ignore files inside these directories
  4. data/*
  5. run/*
  6. # Keep empty dirs
  7. # Always keep this at the end
  8. !*/.keep
  9. !*/.gitkeep