've put purge = clean -fdx -e .env
as an alias for my .gitconfig, but I'd like to specify to ignore the .env (the flag -e
does that) under .gitattributes instead, so it is configurable by project - and at the same time I am lazy to read the whole man file.
Does anyone know if it is possible?