.nanoignore 189 B

1234567891011121314151617181920
  1. .DS_Store
  2. .git/
  3. .gitignore
  4. .bundle/
  5. .cache/
  6. config/deploy/*
  7. coverage
  8. docs/
  9. .env
  10. log/*.log
  11. neo4j/
  12. node_modules/
  13. public/assets/
  14. public/system/
  15. spec/
  16. storybook/
  17. tmp/
  18. .vagrant/
  19. vendor/bundle/