acidportal

- 😈 Worlds smallest Evil Portal on a LilyGo T-QT
git clone git://git.acid.vegas/acidportal.git
Log | Files | Refs | Archive | README | LICENSE

.gitignore (700B)

      1 # Windows image file caches
      2 Thumbs.db
      3 ehthumbs.db
      4 
      5 # Folder config file
      6 Desktop.ini
      7 
      8 # Recycle Bin used on file shares
      9 $RECYCLE.BIN/
     10 
     11 # Windows Installer files
     12 *.cab
     13 *.msi
     14 *.msm
     15 *.msp
     16 
     17 # Windows shortcuts
     18 *.lnk
     19 
     20 # Arduino debug
     21 debug.cfg
     22 debug_custom.json
     23 *.svd
     24 
     25 # =========================
     26 # Operating System Files
     27 # =========================
     28 
     29 # OSX
     30 # =========================
     31 
     32 .DS_Store
     33 .AppleDouble
     34 .LSOverride
     35 
     36 # Thumbnails
     37 ._*
     38 
     39 # Files that might appear in the root of a volume
     40 .DocumentRevisions-V100
     41 .fseventsd
     42 .Spotlight-V100
     43 .TemporaryItems
     44 .Trashes
     45 .VolumeIcon.icns
     46 
     47 # Directories potentially created on remote AFP share
     48 .AppleDB
     49 .AppleDesktop
     50 Network Trash Folder
     51 Temporary Items
     52 .apdisk