.gitignore 82 B

12345678
  1. *.pyc
  2. .sonarlint
  3. *.db
  4. ui/node_modules
  5. ui/yarn*
  6. ui/static/*
  7. staticfiles/*
  8. static/*