.gitignore 119 B

12345678910111213141516
  1. node_modules
  2. dist
  3. .npmrc
  4. .cache
  5. ## ide
  6. **/.idea
  7. *.iml
  8. ## backend
  9. **/target
  10. **/logs
  11. **/dist
  12. ## front
  13. /yarn-error.log