phase1,phase2: s/master/main for phase{1,2}
[buildbot.git] / .gitignore
1 *
2 !.gitignore
3 !.dockerignore
4 !build-docker-images.sh
5 !docker
6 !docker/*
7 !docker/*/*
8 !docker/*/*/*
9 docker/build
10 !scripts
11 !scripts/*
12 !phase[12]
13 !phase[12]/*
14 phase[12]/*/*
15 phase[12]/config.ini
16 phase[12]/http.log
17 phase[12]/key-build*
18 phase[12]/state.sqlite*
19 phase[12]/twistd.*
20 !.gitlab-ci.yml
21 !.gitlab
22 !.gitlab/*
23 !.gitlab/**/*
24 !.github
25 !.github/**/*
26 !requirements-dev.txt
27 !.ruff.toml
28 !tests
29 !tests/**/*
30 !.flake8