aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-07-29 15:35:20 +0300
committerGitHub <noreply@github.com>2022-07-29 15:35:20 +0300
commit6191a2e5d5018fbf018ce9b3d9c03b9821d5e26e (patch)
tree41f0e4b5057effebf7356dcd4f3f73ffac6bf2ad
parentece89a9e6ff6ef99417cee532b1cd60be7a8a777 (diff)
Delete .devcontainer.json
-rw-r--r--.devcontainer.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
deleted file mode 100644
index 5717d85..0000000
--- a/.devcontainer.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "customizations": {
- "codespaces": {
- "repositories": {
- "devcontainers/cli": {
- "permissions": {
- "contents": "write",
- "workflows": "write"
- }
- },
- "devcontainers/action": {
- "permissions": {
- "contents": "write",
- "workflows": "write"
- }
- }
- }
- }
- }
-}