Skip to content

Commit c936277

Browse files
authored
fix: exclude .devcontainer directory from composer distribution package (#68)
1 parent 902dc66 commit c936277

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Directories
2-
/.github export-ignore
3-
/tests export-ignore
2+
/.devcontainer export-ignore
3+
/.github export-ignore
4+
/tests export-ignore
45

56
# Files
67
/.editorconfig export-ignore

0 commit comments

Comments
 (0)