.gitignore 274 B

123456789101112131415161718
  1. src/node_modules/
  2. src/bower_components/
  3. data/config.php
  4. uploads/big/*
  5. uploads/import/*
  6. uploads/medium/*
  7. uploads/thumb/*
  8. plugins/*
  9. !uploads/big/index.html
  10. !uploads/import/index.html
  11. !uploads/medium/index.html
  12. !uploads/thumb/index.html
  13. !plugins/check/
  14. !plugins/displaylog/