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 a6d0789 commit c74882cCopy full SHA for c74882c
common/.commonfiles.sha
@@ -1 +1 @@
1
-591260c501031c31225bde5b08f1b07d55649bec
+9d68fc5a210b4d2fc232be70470092c38df6fda8
common/Makefile.common.mk
@@ -102,7 +102,7 @@ update-common:
102
@if [ "$(CONTRIB_OVERRIDE)" != "CONTRIBUTING.md" ]; then\
103
rm $(TMP)/common-files/files/CONTRIBUTING.md;\
104
fi
105
- @cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.* $(shell pwd)
+ @cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.devcontainer $(TMP)/common-files/files/.gitattributes $(shell pwd)
106
@rm -fr $(TMP)/common-files
107
@$(or $(COMMONFILES_POSTPROCESS), true)
108
0 commit comments