Build package using fpm. As I don't want ruby/gem in my computer, the build system creates an OCI image with Podman (at this time), and generate dist pacakges. To enhance the packages, a manpage is now generated from the documentation.
28 lines
236 B
Plaintext
28 lines
236 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
|
|
|
|
doc/share
|
|
__pycache__
|