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