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.

23 lines
331 B

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