.gitignore 233 B

123456789101112131415
  1. themes/grav/.sass-cache
  2. .DS_Store
  3. crowdin.yaml
  4. # Node Modules
  5. **/node_modules/**
  6. themes/grav/js/admin.js
  7. themes/grav/js/vendor.js
  8. themes/grav/js/*.map
  9. .idea
  10. tests/_output/*
  11. tests/_support/_generated/*
  12. tests/cache/*
  13. tests/error.log