Skip to content

Commit ddf730b

Browse files
committed
Ignore requirements.txt in the expanded template
1 parent 705747a commit ddf730b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
docs/source/apidocs/
22

3+
# requirements.txt is exported during the docker build, it does not need to be
4+
# committed in the repo
5+
requirements.txt
6+
37
# Poetry.lock is an exact version pinning tool (down to SHA256 of libs)
48
# If writing a (reusable) library, exact versions don't matter that much so it
59
# may make sense to gitignore that file, uncommenting the following line:

0 commit comments

Comments
 (0)