Remove basic.conf (#10120)

This PR removes the `basic.conf` file.

In #10099 we suppressed some typo warnings that had cropped up in this
file, but it turns out we don't need the file at all.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-03 09:38:36 -04:00 committed by GitHub
parent 08e8ffcef2
commit 654504d5ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View file

@ -1,12 +0,0 @@
[Interface]
PrivateKey = B5Fp/yVfP0QYlb+YJv9ea+EMI1mWODPD3akh91cVjvc=
Address = fdaa:0:2ce3:a7b:bea:0:a:2/120
DNS = fdaa:0:2ce3::3
[Peer]
PublicKey = RKAYPljEJiuaELNDdQIEJmQienT9+LRISfIHwH45HAw=
AllowedIPs = fdaa:0:2ce3::/48
Endpoint = ord1.gateway.6pn.dev:51820
PersistentKeepalive = 15

View file

@ -19,8 +19,6 @@ extend-exclude = [
"extensions/clojure/languages/clojure/config.toml", "extensions/clojure/languages/clojure/config.toml",
# Windows likes its abbreviations # Windows likes its abbreviations
"crates/gpui/src/platform/windows/", "crates/gpui/src/platform/windows/",
# False positive in one of the configuration values.
"crates/collab/basic.conf"
] ]
[default] [default]