From 64a124ba613adc9f2bb7bf00f5a5e8b22a816d14 Mon Sep 17 00:00:00 2001 From: fatbobman Date: Mon, 11 Nov 2024 11:08:08 +0800 Subject: [PATCH] fix typo --- .gitignore | 8 ++++++++ .vscode/settings.json | 1 + LICENSE | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0023a53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +/.build +/Packages +xcuserdata/ +DerivedData/ +.swiftpm/configuration/registries.json +.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +.netrc diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/LICENSE b/LICENSE index 93806f5..d4ad177 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 东坡肘子 ( Fatobman ) +Copyright (c) 2022 东坡肘子 ( Fatbobman ) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal