Timothy J Warren
616ae1ea82
* Cache and resize images - not just cache them * Convert to webp on cache * Show webp images if available * Settings Form Generation (doesn't yet save)
34 lines
508 B
Plaintext
34 lines
508 B
Plaintext
.codelite
|
|
.phing_targets
|
|
.sonar/
|
|
*.phprj
|
|
*.workspace
|
|
vendor
|
|
**/cache/**
|
|
**/logs/**
|
|
**/coverage/**
|
|
**/docs/**
|
|
**/node_modules/**
|
|
composer.lock
|
|
*.sqlite
|
|
*.db
|
|
*.sqlite3
|
|
apidocs/**
|
|
tests/test_data/sessions/*
|
|
cache.properties
|
|
build/**
|
|
!build/*.txt
|
|
!build/*.xml
|
|
!build/*.php
|
|
app/config/*.toml
|
|
!app/config/*.toml.example
|
|
phinx.yml
|
|
.idea/
|
|
Caddyfile
|
|
build/humbuglog.txt
|
|
public/images/anime/**
|
|
public/images/avatars/**
|
|
public/images/manga/**
|
|
public/images/characters/**
|
|
public/images/people/**
|
|
public/mal_mappings.json |