We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d77f1 commit e702fe6Copy full SHA for e702fe6
template/.gitignore.j2
@@ -6,4 +6,8 @@ poetry.lock
6
# do matter a lot, and you'll want to keep Poetry.lock tracked = keep
7
# commented
8
9
+# requirements.txt is exported during the docker build, it does not need to be
10
+# committed in the repo
11
+requirements.txt
12
+
13
{% include "data/ignores.j2" -%}
0 commit comments