fbi-proxy 0.1.1

A fast and flexible proxy server for intercepting and modifying HTTP/HTTPS requests
# Auto detect text files and perform LF normalization
* text=auto eol=lf

# Explicitly declare text files you want to always be normalized and converted
# to LF line endings on checkout.
*.ts text eol=lf
*.js text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.toml text eol=lf
*.rs text eol=lf
*.lock text eol=lf
Caddyfile text eol=lf
Dockerfile text eol=lf
*.sh text eol=lf

# Only Windows batch files should use CRLF
*.bat text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary