| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msm
- *.msp
- # Windows shortcuts
- *.lnk
- # =========================
- # Operating System Files
- # =========================
- # OSX
- # =========================
- .DS_Store
- .AppleDouble
- .LSOverride
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- # Files from my local computer
- php_errors.log
- # =========================
- # Organizr files
- # =========================
- databaseLocation.ini.php
- homepageSettings.ini.php
- loginLog.json
- custom.css
- _config.yml
- org.log
- org*.log
- test.php
- users.db
- speedtest.db
- chatpack.db
- config/cacert.pem
- config/config.php
- config/config*.bak.php
- config/users/
- config/users
- config/users*.db
- config/users*.bak.db
- config/tmp/*
- images/cache/*
- backups/*
- backups/
- backups
- test*.php
- tracy/
- logs/
- debug.php
- OrganizrV2/*
- orgv2/*
- test.php
- organizrLoginLog.json
- organizrLog.json
- api/config/config*
- upgrade/*
- api/upgrade*
- cacert.pem
|