.gitignore 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. # Created by https://www.toptal.com/developers/gitignore/api/yarn,visualstudiocode,macos,ruby,serverless,node
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=yarn,visualstudiocode,macos,ruby,serverless,node
  3. ### macOS ###
  4. # General
  5. .DS_Store
  6. .AppleDouble
  7. .LSOverride
  8. # Icon must end with two \r
  9. Icon
  10. # Thumbnails
  11. ._*
  12. # Files that might appear in the root of a volume
  13. .DocumentRevisions-V100
  14. .fseventsd
  15. .Spotlight-V100
  16. .TemporaryItems
  17. .Trashes
  18. .VolumeIcon.icns
  19. .com.apple.timemachine.donotpresent
  20. # Directories potentially created on remote AFP share
  21. .AppleDB
  22. .AppleDesktop
  23. Network Trash Folder
  24. Temporary Items
  25. .apdisk
  26. ### Node ###
  27. # Logs
  28. logs
  29. *.log
  30. npm-debug.log*
  31. yarn-debug.log*
  32. yarn-error.log*
  33. lerna-debug.log*
  34. # Diagnostic reports (https://nodejs.org/api/report.html)
  35. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  36. # Runtime data
  37. pids
  38. *.pid
  39. *.seed
  40. *.pid.lock
  41. # Directory for instrumented libs generated by jscoverage/JSCover
  42. lib-cov
  43. # Coverage directory used by tools like istanbul
  44. coverage
  45. *.lcov
  46. # nyc test coverage
  47. .nyc_output
  48. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  49. .grunt
  50. # Bower dependency directory (https://bower.io/)
  51. bower_components
  52. # node-waf configuration
  53. .lock-wscript
  54. # Compiled binary addons (https://nodejs.org/api/addons.html)
  55. build/Release
  56. # Dependency directories
  57. node_modules/
  58. jspm_packages/
  59. # TypeScript v1 declaration files
  60. typings/
  61. # TypeScript cache
  62. *.tsbuildinfo
  63. # Optional npm cache directory
  64. .npm
  65. # Optional eslint cache
  66. .eslintcache
  67. # Microbundle cache
  68. .rpt2_cache/
  69. .rts2_cache_cjs/
  70. .rts2_cache_es/
  71. .rts2_cache_umd/
  72. # Optional REPL history
  73. .node_repl_history
  74. # Output of 'npm pack'
  75. *.tgz
  76. # Yarn Integrity file
  77. .yarn-integrity
  78. # dotenv environment variables file
  79. .env
  80. .env.test
  81. .env*.local
  82. # parcel-bundler cache (https://parceljs.org/)
  83. .cache
  84. .parcel-cache
  85. # Next.js build output
  86. .next
  87. # Nuxt.js build / generate output
  88. .nuxt
  89. dist
  90. # Gatsby files
  91. .cache/
  92. # Comment in the public line in if your project uses Gatsby and not Next.js
  93. # https://nextjs.org/blog/next-9-1#public-directory-support
  94. # public
  95. # vuepress build output
  96. .vuepress/dist
  97. # Serverless directories
  98. .serverless/
  99. # FuseBox cache
  100. .fusebox/
  101. # DynamoDB Local files
  102. .dynamodb/
  103. # TernJS port file
  104. .tern-port
  105. # Stores VSCode versions used for testing VSCode extensions
  106. .vscode-test
  107. ### Ruby ###
  108. *.gem
  109. *.rbc
  110. /.config
  111. /coverage/
  112. /InstalledFiles
  113. /pkg/
  114. /spec/reports/
  115. /spec/examples.txt
  116. /test/tmp/
  117. /test/version_tmp/
  118. /tmp/
  119. # Used by dotenv library to load environment variables.
  120. # .env
  121. # Ignore Byebug command history file.
  122. .byebug_history
  123. ## Specific to RubyMotion:
  124. .dat*
  125. .repl_history
  126. build/
  127. *.bridgesupport
  128. build-iPhoneOS/
  129. build-iPhoneSimulator/
  130. ## Specific to RubyMotion (use of CocoaPods):
  131. #
  132. # We recommend against adding the Pods directory to your .gitignore. However
  133. # you should judge for yourself, the pros and cons are mentioned at:
  134. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  135. # vendor/Pods/
  136. ## Documentation cache and generated files:
  137. /.yardoc/
  138. /_yardoc/
  139. /doc/
  140. /rdoc/
  141. ## Environment normalization:
  142. /.bundle/
  143. /vendor/bundle
  144. /lib/bundler/man/
  145. # for a library or gem, you might want to ignore these files since the code is
  146. # intended to run in multiple environments; otherwise, check them in:
  147. # Gemfile.lock
  148. # .ruby-version
  149. # .ruby-gemset
  150. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  151. .rvmrc
  152. # Used by RuboCop. Remote config files pulled in from inherit_from directive.
  153. # .rubocop-https?--*
  154. ### Ruby Patch ###
  155. # Used by RuboCop. Remote config files pulled in from inherit_from directive.
  156. # .rubocop-https?--*
  157. ### Serverless ###
  158. # Ignore build directory
  159. .serverless
  160. ### VisualStudioCode ###
  161. .vscode/*
  162. !.vscode/tasks.json
  163. !.vscode/launch.json
  164. *.code-workspace
  165. ### VisualStudioCode Patch ###
  166. # Ignore all local history of files
  167. .history
  168. .ionide
  169. ### yarn ###
  170. # https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
  171. .yarn/*
  172. !.yarn/releases
  173. !.yarn/plugins
  174. !.yarn/sdks
  175. !.yarn/versions
  176. # if you are NOT using Zero-installs, then:
  177. # comment the following lines
  178. !.yarn/cache
  179. # and uncomment the following lines
  180. # .pnp.*
  181. # End of https://www.toptal.com/developers/gitignore/api/yarn,visualstudiocode,macos,ruby,serverless,node
  182. .vercel
  183. demo.rb