Files @ b14d3faa45c4
Branch filter:

Location: majic-scripts/.gitignore - annotation

branko
[factorio_development.sh] Added (personal) workaround for tag signing:

- Older versions of git (<2.23) do not have the tag.gpgSign
option. Try to emulate it by appending the --sign option if it is
set in git configuration.
# Ignore IDE and backup files.
*~
.#*

# Ignore Python artefacts.
.eggs/
.pytest_cache/
__pycache__/
*.egg-info/
*.pyc

# Ignore project temporary directory.
tmp/