Files
pathfinder/.gitignore
Mark Friedrich 66e843a479 - improved "Redis" cache handler. Switched to persistent connection
- improved "Redis" info panels on `/setup` page, added "connected clients" and "blocked clients" data
- improved DB connection. Switched to persistent connection (configurable in `pathfinder.ini`)
- fixed some PHP errors after "Cortex" upgrade
2019-03-24 15:42:49 +01:00

60 lines
769 B
Plaintext

# 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
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ========================
# project files
# ========================
.idea
.sass-cache
.usage
*.gz
*.lock
/conf/
/node_modules/
/public/js/vX.X.X/
/vendor/
/history/
/package-lock.json