# Ignore report files generated by the script in the project's root directory.
/*.csv
/*.html
/*.txt
/*.xml

# Ignore release files. The 'release' folder serves only as a temporary
# location for building scripts, and then creating GitHub releases.
# The only exception is the '.gitkeep' file, which allows to keep the
# 'release' folder even if it's empty.
/release/*
!/release/.gitkeep

# Ignore all markdown files, except the README and other files located in the
# info folder.
*.md
!/README.md
!/info/*.md
