From 1dd6a4c28de8111d1d0ef223c5a88f3dbce9b92d Mon Sep 17 00:00:00 2001 From: Vakama <toavakama@outlook.com> Date: Mon, 6 Jul 2020 21:57:06 +0100 Subject: [PATCH] create README.md file for every folder --- Project perparation/README.md | 1 + ToolForXssTesting.txt => code/ToolForXssTesting.txt | 0 document/README.md | 1 + paper/README.md | 1 + 4 files changed, 3 insertions(+) create mode 100644 Project perparation/README.md rename ToolForXssTesting.txt => code/ToolForXssTesting.txt (100%) create mode 100644 document/README.md create mode 100644 paper/README.md diff --git a/Project perparation/README.md b/Project perparation/README.md new file mode 100644 index 0000000..093c8f1 --- /dev/null +++ b/Project perparation/README.md @@ -0,0 +1 @@ +This contains all the document been used for ELEC6211 project preparation, as 6211 is the preparation of the MSc project \ No newline at end of file diff --git a/ToolForXssTesting.txt b/code/ToolForXssTesting.txt similarity index 100% rename from ToolForXssTesting.txt rename to code/ToolForXssTesting.txt diff --git a/document/README.md b/document/README.md new file mode 100644 index 0000000..cc7c266 --- /dev/null +++ b/document/README.md @@ -0,0 +1 @@ +This folder contains all the document create and been used in this project \ No newline at end of file diff --git a/paper/README.md b/paper/README.md new file mode 100644 index 0000000..9bb32d1 --- /dev/null +++ b/paper/README.md @@ -0,0 +1 @@ +This folder contains all the paper been used in this project \ No newline at end of file -- GitLab