.gitignore 244 B

12345678910111213141516171819202122
  1. logs/
  2. npm-debug.log
  3. yarn-error.log
  4. node_modules/
  5. package-lock.json
  6. yarn.lock
  7. coverage/
  8. dist/
  9. .idea/
  10. run/
  11. .DS_Store
  12. *.sw*
  13. *.un~
  14. .tsbuildinfo
  15. .tsbuildinfo.*
  16. src/app/public/uploads/
  17. typings/
  18. .cache
  19. .serverless/
  20. .vscode/launch.json
  21. /public/uploads