Files
katenary/.gitignore
Patrice Ferlet c54bc35c9f feat(nsis): Create installer for Windows
Use nsis to create an installer for Windows user. It installs the binary
for the user (for now) and set the Path to access katenary binary from
cmd or Powershell.
2025-07-07 17:58:21 +02:00

25 lines
213 B
Plaintext

dist/*
*.env
.credentials
release.id
cover*
.sq
.aider*
.python_history
.bash_history
.cache/
.aider/
.config/
*/venv
# local binary
./katenary
# will be treated later
/examples/*
# nsis
nsis/*.dll
nsis/*.exe