From 3a0137864d04ec0d4bcb38fbe0148a52d3ec7883 Mon Sep 17 00:00:00 2001 From: Kazephil Date: Sat, 10 Jun 2023 22:25:24 +0900 Subject: [PATCH] Fix typo in README. --- .gitignore | 2 +- .idea/.gitignore | 9 +++++++++ README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.gitignore b/.gitignore index db180c3..7e304d5 100644 --- a/.gitignore +++ b/.gitignore @@ -150,7 +150,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ # VSCodium workspace .code-workspace diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..c8c5988 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,9 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml + diff --git a/README.md b/README.md index 24cac2f..ffb9a90 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Descriptions of the individual scripts can, for the time being, be found in the # Disclaimer -These scripts are provided as is. They have not been tested extensively, and are not designed to handle unexpected inputs or errors. The author shall not take responsibility is the use of these scripts blows up your coffee machine or results in any other unforeseen or unintended consequences. +These scripts are provided as is. They have not been tested extensively, and are not designed to handle unexpected inputs or errors. The author shall not take responsibility if the use of these scripts blows up your coffee machine or results in any other unforeseen or unintended consequences. # License