Get the name of a number, even if it's stupidly big.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

94 lines
1.2 KiB

  1. .DS_Store
  2. .AppleDouble
  3. .LSOverride
  4. ._*
  5. .DocumentRevisions-V100
  6. .fseventsd
  7. .Spotlight-V100
  8. .TemporaryItems
  9. .Trashes
  10. .VolumeIcon.icns
  11. .com.apple.timemachine.donotpresent
  12. .AppleDB
  13. .AppleDesktop
  14. Network Trash Folder
  15. Temporary Items
  16. .apdisk
  17. .idea/
  18. cmake-build-*/
  19. *.iws
  20. out/
  21. .idea_modules/
  22. atlassian-ide-plugin.xml
  23. com_crashlytics_export_strings.xml
  24. crashlytics.properties
  25. crashlytics-build.properties
  26. fabric.properties
  27. .vscode/
  28. *.code-workspace
  29. .history/
  30. Thumbs.db
  31. Thumbs.db:encryptable
  32. ehthumbs.db
  33. ehthumbs_vista.db
  34. *.stackdump
  35. [Dd]esktop.ini
  36. $RECYCLE.BIN/
  37. *.cab
  38. *.msi
  39. *.msix
  40. *.msm
  41. *.msp
  42. *.lnk
  43. logs
  44. *.log
  45. npm-debug.log*
  46. yarn-debug.log*
  47. yarn-error.log*
  48. lerna-debug.log*
  49. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  50. pids
  51. *.pid
  52. *.seed
  53. *.pid.lock
  54. lib-cov
  55. coverage
  56. *.lcov
  57. .nyc_output
  58. .grunt
  59. bower_components
  60. .lock-wscript
  61. build/Release
  62. node_modules/
  63. jspm_packages/
  64. web_modules/
  65. *.tsbuildinfo
  66. .npm
  67. .eslintcache
  68. .rpt2_cache/
  69. .rts2_cache_cjs/
  70. .rts2_cache_es/
  71. .rts2_cache_umd/
  72. .node_repl_history
  73. *.tgz
  74. .yarn-integrity
  75. .env
  76. .env.test
  77. .cache
  78. .parcel-cache
  79. .next
  80. .nuxt
  81. dist
  82. .cache/
  83. .vuepress/dist
  84. .serverless/
  85. .fusebox/
  86. .dynamodb/
  87. .tern-port
  88. .vscode-test
  89. .yarn/cache
  90. .yarn/unplugged
  91. .yarn/build-state.yml
  92. .pnp.*
  93. tests/output