You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 221B

12345678910111213141516171819202122232425
  1. dist
  2. config
  3. .rpt2_cache
  4. node_modules
  5. lib
  6. kfs
  7. plugins
  8. static
  9. data
  10. conf
  11. log.txt
  12. *.d.ts
  13. *.js
  14. *.ts
  15. log.txt
  16. !src/**/*
  17. !test/**/*
  18. !migrations/**/*
  19. node_modules
  20. src/frontend/node_modules
  21. src/frontend/out-tsc
  22. src/frontend/dist