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.

21 lines
296 B

  1. .cache-images/**
  2. .cache-loader/**
  3. .github/**
  4. .vscode/**
  5. dist/ui/**
  6. emoji/**
  7. images/docs/**
  8. images/**/*.pdn
  9. node_modules/**
  10. src/**
  11. test/**
  12. *.map
  13. .gitignore
  14. .prettierignore
  15. .prettierrc
  16. CODE_OF_CONDUCT.md
  17. CONTRIBUTING.md
  18. package-lock.json
  19. tsconfig.json
  20. tslint.json
  21. ui.tsconfig.json
  22. webpack.config.js