Skip to content

Commit f6597e8

Browse files
jonesdevJibbarth
authored andcommitted
Remove the art folder when requiring the package. (#226)
* Remove the art folder when requiring the package. * Adding /art folder to dockerignore.
1 parent e1630df commit f6597e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ RELEASE.md
2020
/docs
2121
/tests
2222
/stubs
23+
/art

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ RELEASE.md export-ignore
1818
docker export-ignore
1919
docs export-ignore
2020
tests export-ignore
21+
art export-ignore

0 commit comments

Comments
 (0)