.gitignore 802 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ### macOS ###
  2. # General
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. ### macOS Patch ###
  25. # iCloud generated files
  26. *.icloud
  27. ### VisualStudioCode ###
  28. .vscode/*
  29. !.vscode/settings.json
  30. !.vscode/tasks.json
  31. !.vscode/launch.json
  32. !.vscode/extensions.json
  33. !.vscode/*.code-snippets
  34. # Local History for Visual Studio Code
  35. .history/
  36. # Built Visual Studio Code Extensions
  37. *.vsix
  38. ### VisualStudioCode Patch ###
  39. # Ignore all local history of files
  40. .history
  41. .ionide