2022-10-28 01:51:24 +00:00
|
|
|
# ignore hidden files
|
|
|
|
.*
|
|
|
|
|
2023-03-09 23:13:57 +00:00
|
|
|
# do not ignore .git, needed for versioning
|
|
|
|
!/.git
|
|
|
|
|
2024-03-24 23:52:24 +00:00
|
|
|
# do not ignore .rstcheck.cfg, needed to test building docs
|
|
|
|
!/.rstcheck.cfg
|
|
|
|
|
2022-10-28 01:51:24 +00:00
|
|
|
# ignore repo directories and files
|
2024-04-06 01:45:15 +00:00
|
|
|
docker/
|
2023-07-20 15:44:02 +00:00
|
|
|
gh-pages-template/
|
2022-10-28 01:51:24 +00:00
|
|
|
scripts/
|
|
|
|
tools/
|
|
|
|
crowdin.yml
|
|
|
|
|
|
|
|
# ignore dev directories
|
|
|
|
build/
|
2024-04-06 01:45:15 +00:00
|
|
|
cmake-*/
|
2022-10-28 01:51:24 +00:00
|
|
|
venv/
|
2023-01-15 14:31:37 +00:00
|
|
|
|
|
|
|
# ignore artifacts
|
|
|
|
artifacts/
|