diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2020-02-08 19:34:29 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2020-02-08 19:34:29 +0000 |
| commit | 1501578f818ef9835a8878e3030ac450f8fa81ad (patch) | |
| tree | 6ab59a13955c93c51b118e6459828bed84079b1c /.gitattributes | |
| parent | 8514e94daebe2a2b8f5219420bf573e2f3d5fd65 (diff) | |
| download | webtrees-1501578f818ef9835a8878e3030ac450f8fa81ad.tar.gz webtrees-1501578f818ef9835a8878e3030ac450f8fa81ad.tar.bz2 webtrees-1501578f818ef9835a8878e3030ac450f8fa81ad.zip | |
Fix: #3069 - exclude source CSS/JSS files from releases
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2908484ffe..023ec46271 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,6 @@ webpack.mix.js export-ignore vendor/*/*/tests export-ignore vendor/*/*/Tests export-ignore +resources/css/ export-ignore +resources/js/ export-ignore resources/lang/*/messages.po export-ignore |
