diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 06:59:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 06:59:13 +0000 |
commit | 9722d157bf138753bc168f68c56b4963db6da4e9 (patch) | |
tree | a15bb81c35a2367fe4628614471d471ed86d2712 /.gitignore | |
parent | 219d47f04c7bb04dcc241b9ed6ca411fc9653f09 (diff) | |
parent | c6133d2558ce29e44342fa7be8bb65e0059aea02 (diff) | |
download | volse-hubzilla-9722d157bf138753bc168f68c56b4963db6da4e9.tar.gz volse-hubzilla-9722d157bf138753bc168f68c56b4963db6da4e9.tar.bz2 volse-hubzilla-9722d157bf138753bc168f68c56b4963db6da4e9.zip |
Merge branch 'dev' into bs5
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fa09c4ee6..c77ee0466 100644 --- a/.gitignore +++ b/.gitignore @@ -33,8 +33,10 @@ apps/ home.html # page header plugin pageheader.html -# Ignore site TOS +# Ignore site TOS & gddpr doc/SiteTOS.md +doc/*/SiteTOS.md +doc/*/gdpr.md # themes except for redbasic view/theme/* !view/theme/redbasic @@ -55,6 +57,7 @@ tests/results/ .buildpath .externalToolBuilders .settings/ +.pydevproject # NetBeans project folder nbproject/ # Kdevelop project files @@ -75,3 +78,5 @@ composer.phar vendor/**/tests/ vendor/**/Test/ vendor/sabre/*/examples/ +# /info is a directory containing site-specific HTML documents +/info/ |