瀏覽代碼

gitattributes: Do not export any .git paths in git archive

We have paths for `.gitattributes` itself, `.gitignore`, and
`.github`.  None should be exported in source archives.
Brad King 6 年之前
父節點
當前提交
3cb87cbbee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -1,4 +1,4 @@
-.gitattributes   export-ignore
+.git*            export-ignore
 .hooks*          export-ignore
 
 # Custom attribute to mark sources as using our C code style.