diff options
author | Mark Schmitz <kramred@gmail.com> | 2018-06-07 14:23:41 +0100 |
---|---|---|
committer | Mark Schmitz <kramred@gmail.com> | 2018-06-07 14:23:41 +0100 |
commit | f6b3295d28352cbeb46dff04799cf8f4d39087bb (patch) | |
tree | 390927622c030a9056a6977f97eb145d67fe8ef2 /.gitignore | |
parent | 66d37a4fb49cc25142c768ed63351ea0f8881183 (diff) | |
download | Shaarli-f6b3295d28352cbeb46dff04799cf8f4d39087bb.tar.gz Shaarli-f6b3295d28352cbeb46dff04799cf8f4d39087bb.tar.zst Shaarli-f6b3295d28352cbeb46dff04799cf8f4d39087bb.zip |
also for new default tpl add meta tag to block sending the referrer vintage -> #692
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ pagecache | |||
9 | .buildpath | 9 | .buildpath |
10 | .project | 10 | .project |
11 | 11 | ||
12 | # macOS General | ||
13 | .DS_Store | ||
14 | .AppleDouble | ||
15 | .LSOverride | ||
16 | |||
12 | # Raintpl generated pages | 17 | # Raintpl generated pages |
13 | *.rtpl.php | 18 | *.rtpl.php |
14 | 19 | ||