diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-13 23:26:33 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-13 23:26:33 +0000 |
commit | 4df8e5f7f1ba610617780188c84718d84a7d88a4 (patch) | |
tree | a44ca3af0a73edc8242bcdec74735598ae85fe90 /.gitignore | |
parent | f1f3f86c607d1283f8733297a6aa6bb203d86888 (diff) | |
download | redmine-4df8e5f7f1ba610617780188c84718d84a7d88a4.tar.gz redmine-4df8e5f7f1ba610617780188c84718d84a7d88a4.zip |
Update .gitignore with the new location for themes directory (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22712 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index f25b049a5..ec4a91071 100644 --- a/.gitignore +++ b/.gitignore @@ -27,10 +27,8 @@ /public/assets/* /public/dispatch.* /public/plugin_assets/* -/public/themes/* -!/public/themes/alternate -!/public/themes/classic -!/public/themes/README +/themes/* +!/themes/README /tmp/* /tmp/cache/* /tmp/pdf/* |