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.

29 lines
402 B

  1. .github/**
  2. .vscode/**
  3. .yarn/**
  4. dist/webviews/main.js
  5. emoji/**
  6. images/docs/**
  7. images/**/*.pdn
  8. node_modules/**
  9. src/**
  10. test/**
  11. *.fig
  12. *.map
  13. .eslintignore
  14. .eslintrc.json
  15. .gitattributes
  16. .gitignore
  17. .gitignore-revs
  18. .mailmap
  19. .prettierignore
  20. .prettierrc
  21. .yarnrc
  22. CODE_OF_CONDUCT.md
  23. CONTRIBUTING.md
  24. generateEmojiShortcodeMap.js
  25. tsconfig.eslint.json
  26. tsconfig.json
  27. tsconfig.webviews.json
  28. webpack.config.js
  29. yarn.lock