summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5c68e090d88049fe43706b1151165ae9b4a90372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*
!.gitignore
!.dockerignore
!build-docker-images.sh
!docker
!docker/*
!docker/*/*
!docker/*/*/*
docker/build
!scripts
!scripts/*
!phase[12]
!phase[12]/*
phase[12]/*/*
phase[12]/config.ini
phase[12]/http.log
phase[12]/key-build*
phase[12]/state.sqlite*
phase[12]/twistd.*
!.gitlab-ci.yml
!.gitlab
!.gitlab/*
!.gitlab/**/*
!.github
!.github/**/*
!requirements-dev.txt
!.ruff.toml
!tests
!tests/**/*
!.flake8