.gitignore 274 B

12345678910111213141516171819202122232425262728293031
  1. # Forget these... =P
  2. .DS_Store
  3. node_modules
  4. /dist
  5. # Testing
  6. _.git
  7. _sandbox
  8. # local env files
  9. .env.local
  10. .env.*.local
  11. # Log files
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. # Editor directories and files
  16. .idea
  17. .vscode
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln
  22. *.sw*
  23. # emacs
  24. *~