Skip to content

Commit c2be8a5

Browse files
committed
little more release blacklist
1 parent 6fa5d7c commit c2be8a5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

release/release_files.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,22 @@
3333

3434
"matlab.*.md",
3535

36-
".git$", # for submodules
3736
".git/",
3837
".github/",
3938
".devcontainer/",
4039
"Darwin/",
4140
".vscode",
4241

43-
# no LFS
42+
# common things
43+
"LICENSE",
44+
"Dockerfile",
45+
".pre-commit",
46+
47+
# no LFS or submodules in release
4448
".lfsconfig",
4549
".gitattributes",
50+
".git$",
51+
".gitmodules",
4652
]
4753

4854
# gets you through the blacklist

0 commit comments

Comments
 (0)