zerotab

Zerotab - the zero-javascript lightweight startpage. Demo at https://tab.alex.balgavy.eu
git clone git://git.alex.balgavy.eu/zerotab.git
Log | Files | Refs | README

.gitignore (620B)


      1 
      2 # Created by https://www.toptal.com/developers/gitignore/api/macos
      3 # Edit at https://www.toptal.com/developers/gitignore?templates=macos
      4 
      5 ### macOS ###
      6 # General
      7 .DS_Store
      8 .AppleDouble
      9 .LSOverride
     10 
     11 # Icon must end with two \r
     12 Icon

     13 
     14 # Thumbnails
     15 ._*
     16 
     17 # Files that might appear in the root of a volume
     18 .DocumentRevisions-V100
     19 .fseventsd
     20 .Spotlight-V100
     21 .TemporaryItems
     22 .Trashes
     23 .VolumeIcon.icns
     24 .com.apple.timemachine.donotpresent
     25 
     26 # Directories potentially created on remote AFP share
     27 .AppleDB
     28 .AppleDesktop
     29 Network Trash Folder
     30 Temporary Items
     31 .apdisk
     32 
     33 # End of https://www.toptal.com/developers/gitignore/api/macos
     34