From 1d50859c1d3d6b6b67587820e88ee2d038a5ed96 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sun, 11 Apr 2021 20:43:19 +0200
Subject: [PATCH] Move java sanity files in own directory

---
 devTools/javaSanityCheck/README.md                       | 3 +++
 devTools/{ => javaSanityCheck}/dictionary_phrases.txt    | 0
 devTools/{ => javaSanityCheck}/dictionary_wholeWords.txt | 0
 devTools/javaSanityCheck/info.txt                        | 4 ----
 4 files changed, 3 insertions(+), 4 deletions(-)
 create mode 100644 devTools/javaSanityCheck/README.md
 rename devTools/{ => javaSanityCheck}/dictionary_phrases.txt (100%)
 rename devTools/{ => javaSanityCheck}/dictionary_wholeWords.txt (100%)
 delete mode 100644 devTools/javaSanityCheck/info.txt

diff --git a/devTools/javaSanityCheck/README.md b/devTools/javaSanityCheck/README.md
new file mode 100644
index 00000000000..8b239a0ddfc
--- /dev/null
+++ b/devTools/javaSanityCheck/README.md
@@ -0,0 +1,3 @@
+Full sources for easy import into an IDE can be found [here](https://gitgud.io/Arkerthan/twine-sanitycheck).
+
+`sources.zip` is a backup in case the repo is inaccessible.
diff --git a/devTools/dictionary_phrases.txt b/devTools/javaSanityCheck/dictionary_phrases.txt
similarity index 100%
rename from devTools/dictionary_phrases.txt
rename to devTools/javaSanityCheck/dictionary_phrases.txt
diff --git a/devTools/dictionary_wholeWords.txt b/devTools/javaSanityCheck/dictionary_wholeWords.txt
similarity index 100%
rename from devTools/dictionary_wholeWords.txt
rename to devTools/javaSanityCheck/dictionary_wholeWords.txt
diff --git a/devTools/javaSanityCheck/info.txt b/devTools/javaSanityCheck/info.txt
deleted file mode 100644
index 0285fc08fe3..00000000000
--- a/devTools/javaSanityCheck/info.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Full sources for easy import into IDE can be found here:
-https://gitgud.io/Arkerthan/twine-sanitycheck
-
-sources.zip are a backup in case the repo is inaccessible.
-- 
GitLab