DistroHopper/.gitignore
2026-05-27 17:00:06 +02:00

83 lines
959 B
Text

# Exclude everything except needed
/*
# Temporary allow track results
!/results
# Plans and docs
!/docs
!/.editorconfig
!/.gitignore
!/.github
# programs
!/dh
!/q
!/qget
!/qrun
!/quickfzf
!/quicktui
# other files
#TODO: check and ...
!/dh.desktop
!/dh.conf
!/ISOs.list
!/LICENSE
!/README.md
!/stars.md
!/web.md
# Upstream quickemu
!/quickemu
!/quickget
!/chunkcheck
!/quickreport
# generate skript + OS templates
!/generate
!/templates
# public by generate script
!/public # Remove from push
# OS icons
!/icons
# Translations
#TODO: simplify
!/auto-translate
!/lang
!/locale
# scripts
!/scripts
# sources for website
!/website-source
# TODO OS templates + not supported source for website
!/TODO
/TODO/*
!/TODO/distrowatch
!/TODO/distros-data.js
!/TODO/all
# rosette data
!/data
/data/*
!/data/rosette
/data/rosette/*
!/data/rosette/*.yaml
!/data/rosette/index.json
# website generator
!/web-create
!/web-deploy
# Tests
!/tests
*.upstream