mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Don't check vendor files
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
+10
-1
@@ -15,7 +15,7 @@ trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[scripts/**.js]
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
@@ -34,3 +34,12 @@ indent_size = 2
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# Ignore paths
|
||||
[**/vendor/**]
|
||||
charset = unset
|
||||
end_of_line = unset
|
||||
insert_final_newline = unset
|
||||
trim_trailing_whitespace = unset
|
||||
indent_style = unset
|
||||
indent_size = unset
|
||||
|
||||
@@ -6,8 +6,9 @@ The license is available in the 22 official languages of the EU. The English ver
|
||||
Please see https://joinup.ec.europa.eu/community/eupl/og_page/eupl for official translations of the other languages.
|
||||
|
||||
This license applies to the whole project EXCEPT the files located under
|
||||
- styles/vendor, and
|
||||
- scripts/vendor
|
||||
|
||||
- styles/vendor, and
|
||||
- scripts/vendor
|
||||
whose licenses are located therein.
|
||||
|
||||
-------------------------------------------------------------
|
||||
|
||||
@@ -179,16 +179,16 @@ Full usage available [here](https://discourse.pi-hole.net/t/pi-hole-api/1863). C
|
||||
|
||||
```json
|
||||
{
|
||||
"domains_being_blocked":243038,
|
||||
"dns_queries_today":2385,
|
||||
"ads_blocked_today":414,
|
||||
"ads_percentage_today":17.35849,
|
||||
"unique_domains":429,
|
||||
"queries_forwarded":1537,
|
||||
"queries_cached":434,
|
||||
"clients_ever_seen":5,
|
||||
"unique_clients":5,
|
||||
"status":"enabled"
|
||||
"domains_being_blocked":243038,
|
||||
"dns_queries_today":2385,
|
||||
"ads_blocked_today":414,
|
||||
"ads_percentage_today":17.35849,
|
||||
"unique_domains":429,
|
||||
"queries_forwarded":1537,
|
||||
"queries_cached":434,
|
||||
"clients_ever_seen":5,
|
||||
"unique_clients":5,
|
||||
"status":"enabled"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user