diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2020-10-01 17:48:30 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2020-10-01 17:48:30 -0300 |
| commit | b3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5 (patch) | |
| tree | 28f70b6caff40a0b104177f893630c796e540e77 /cache | |
| parent | 9a5f69a671a0ad841d9914293efbdcef0e1b75bf (diff) | |
| parent | ea04385bc16de6b7b65aab75c5c33cfe2d71ea84 (diff) | |
| download | semanticscuttle-b3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5.tar.gz semanticscuttle-b3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5.tar.bz2 | |
Merge remote-tracking branch 'querwurzelt/master' into mergev0.99.0
Diffstat (limited to 'cache')
| -rw-r--r-- | cache/.gitignore | 1 | ||||
| -rw-r--r-- | cache/.htaccess | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..f05fcdc --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1 @@ +*.cache
\ No newline at end of file diff --git a/cache/.htaccess b/cache/.htaccess index baa56e5..b66e808 100644 --- a/cache/.htaccess +++ b/cache/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all
\ No newline at end of file +Require all denied |
