diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-06-22 15:34:14 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-06-22 15:34:14 +0100 |
| commit | 30e63383b10bafff54347985dcdbd10c40c33f62 (patch) | |
| tree | 71a3a208735947727ff41a0cb4ddc4a2bddae613 /.gitignore | |
| parent | ea024074a4a6fddf1e62fd2b95467c6e41c945e4 (diff) | |
| download | webtrees-30e63383b10bafff54347985dcdbd10c40c33f62.tar.gz webtrees-30e63383b10bafff54347985dcdbd10c40c33f62.tar.bz2 webtrees-30e63383b10bafff54347985dcdbd10c40c33f62.zip | |
Fix: #3895 - move example modules to the webtrees repository
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 4b789e0662..8c5fc2ce46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -/modules_v4/* -!/modules_v4/example* +/modules_v4/ + +/node_modules/ /public/mix-manifest.json /public/css/*.map @@ -8,8 +9,6 @@ /public/js/*.js.LICENSE.txt /public/robots.txt -/node_modules/ - /resources/lang/webtees.pot /resources/lang/*/messages.php !/resources/lang/en-US/messages.php |
