diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-18 13:32:06 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-18 13:32:06 +0000 |
| commit | 5269070e03e023c0a2718419e647ecd3cbd5c8a0 (patch) | |
| tree | f43eb58a20b28634ea5b98fa9c023a34159be4fc /.gitignore | |
| parent | 639e4148535f93664a7ec00c5031a076b92bb41d (diff) | |
| download | webtrees-5269070e03e023c0a2718419e647ecd3cbd5c8a0.tar.gz webtrees-5269070e03e023c0a2718419e647ecd3cbd5c8a0.tar.bz2 webtrees-5269070e03e023c0a2718419e647ecd3cbd5c8a0.zip | |
Add installed modules to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f8debfae72..dd26c09f42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/modules_v4/* +!/modules_v4/example* + /public/mix-manifest.json /public/css/*.map /public/css/*/*.map |
