.nanoignore 178 B

12345678910111213141516171819
  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. tmp/
  17. .vagrant/
  18. vendor/bundle/