phase1,phase2: s/master/main for phase{1,2}
[buildbot.git] / .gitignore
index ee72b86d823ecaeca9c4017dcbbf7af3e41410db..5c68e090d88049fe43706b1151165ae9b4a90372 100644 (file)
@@ -1,5 +1,14 @@
 *
 !.gitignore
+!.dockerignore
+!build-docker-images.sh
+!docker
+!docker/*
+!docker/*/*
+!docker/*/*/*
+docker/build
+!scripts
+!scripts/*
 !phase[12]
 !phase[12]/*
 phase[12]/*/*
@@ -8,3 +17,14 @@ 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