.gitignore 251 B

1234567891011121314151617181920212223242526272829
  1. # Dependencies
  2. node_modules/
  3. dist/
  4. # IDEs and editors
  5. .idea/
  6. .project
  7. .classpath
  8. .c9/
  9. *.launch
  10. *.settings/
  11. *.swp
  12. *.swo
  13. .vscode/
  14. # Logs
  15. logs
  16. *.log
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. # Environment
  21. .env
  22. .env.test
  23. # OS
  24. .DS_Store
  25. Thumbs.db