.gitignore 987 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #############
  2. # MACOS
  3. #############
  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. #############
  27. # WINDOWS
  28. #############
  29. # Windows thumbnail cache files
  30. Thumbs.db
  31. Thumbs.db:encryptable
  32. ehthumbs.db
  33. ehthumbs_vista.db
  34. # Dump file
  35. *.stackdump
  36. # Folder config file
  37. [Dd]esktop.ini
  38. # Recycle Bin used on file shares
  39. $RECYCLE.BIN/
  40. # Windows Installer files
  41. *.cab
  42. *.msi
  43. *.msix
  44. *.msm
  45. *.msp
  46. # Windows shortcuts
  47. *.lnk
  48. #############
  49. # VSCODE
  50. #############
  51. .vscode/*
  52. !.vscode/settings.json
  53. !.vscode/tasks.json
  54. !.vscode/launch.json
  55. !.vscode/extensions.json
  56. *.code-workspace
  57. # Local History for Visual Studio Code
  58. .history/
  59. # Office temp
  60. ~$*