You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 335B

12345678910111213141516171819202122232425262728293031
  1. # OS
  2. .DS_Store
  3. Thumbs.db
  4. # IDEs
  5. .buildpath
  6. .project
  7. .settings/
  8. .build/
  9. .idea/
  10. public/
  11. nbproject/
  12. # Vagrant
  13. .vagrant/
  14. src
  15. # FE Setup
  16. .bin/node_modules/
  17. /node_modules/
  18. src/node_modules/
  19. src/npm-debug.log.*
  20. npm-debug.log
  21. /npm-debug.log*
  22. /dist/
  23. /src/client.config.json
  24. /styleguide/
  25. /docs/
  26. /junit.xml
  27. partials/structure/stylesheet.html