diff --git a/.gitattributes b/.gitattributes index 0cac6f75..41effefb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ -/.github export-ignore -/docs export-ignore -/scss export-ignore +/.github export-ignore +/docs export-ignore +/scss export-ignore +package.json export-ignore +package-lock.json export-ignore +yarn.lock export-ignore +README.md export-ignore