diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-09-10 08:22:28 +0200 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-09-10 09:01:10 +0200 |
| commit | 6e5c7bf308ddcb2be756cb84c6c7119b612e4e28 (patch) | |
| tree | 0898b802c986b0d55f3ee827fadf9481b9e39c03 /.gitattributes | |
| parent | 1d679b59a07444e18f24167cb7e8563c5e385d9f (diff) | |
Use export-subst gitattribute to allow tarball builds
For example it would do the following:
let subst = "d3bf557c";
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c5b9ea10 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/build/webpack.prod.conf.js export-subst |
