Files
2026-03-28 18:09:49 +01:00

19 lines
502 B
Plaintext

# Ignore report files generated by the script in the project's root directory.
/*.csv
/*.html
/*.txt
/*.xml
# Ignore release files. The 'dist' 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.
/dist/*
!/dist/.gitkeep
# Ignore all markdown files, except the README and other files located in the
# info folder.
*.md
!/README.md
!/info/*.md