Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.gitignore 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Windows image file caches
  2. Thumbs.db
  3. ehthumbs.db
  4. # Folder config file
  5. Desktop.ini
  6. # Recycle Bin used on file shares
  7. $RECYCLE.BIN/
  8. # Windows Installer files
  9. *.cab
  10. *.msi
  11. *.msm
  12. *.msp
  13. # Windows shortcuts
  14. *.lnk
  15. .DS_Store
  16. .AppleDouble
  17. .LSOverride
  18. # Icon must end with two \r
  19. Icon
  20. # Thumbnails
  21. ._*
  22. # Files that might appear in the root of a volume
  23. .DocumentRevisions-V100
  24. .fseventsd
  25. .Spotlight-V100
  26. .TemporaryItems
  27. .Trashes
  28. .VolumeIcon.icns
  29. # Directories potentially created on remote AFP share
  30. .AppleDB
  31. .AppleDesktop
  32. Network Trash Folder
  33. Temporary Items
  34. .apdisk
  35. # Logs
  36. logs
  37. *.log
  38. npm-debug.log*
  39. # Runtime data
  40. pids
  41. *.pid
  42. *.seed
  43. # Directory for instrumented libs generated by jscoverage/JSCover
  44. lib-cov
  45. # Coverage directory used by tools like istanbul
  46. coverage
  47. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-$
  48. .grunt
  49. # node-waf configuration
  50. .lock-wscript
  51. # Compiled binary addons (http://nodejs.org/api/addons.html)
  52. build/Release
  53. # Dependency directory
  54. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  55. node_modules
  56. view
  57. view-dev/dev-pack/*.html
  58. *.old.*
  59. docs
  60. .vscode
  61. package-lock.json
  62. setting.json
  63. dbIinit
  64. !dbIinit/init.js
  65. !dbIinit/subInit.js
  66. setting.json
  67. out