| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- # 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/*
|