.gitignore 276 B

12345678910111213141516171819202122232425262728293031
  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
  26. /archive
  27. palm_history.db