From d57132faa7f678caf1b64763d0a877ba9b2fa26a Mon Sep 17 00:00:00 2001 From: TheGreyDiamond Date: Tue, 1 Sep 2020 16:27:39 +0200 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ Code/session.py | 0 Code/workspace.code-workspace | 8 ++++++++ README.md | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 Code/session.py create mode 100644 Code/workspace.code-workspace create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/Code/session.py b/Code/session.py new file mode 100644 index 0000000..e69de29 diff --git a/Code/workspace.code-workspace b/Code/workspace.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Code/workspace.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d9dd84 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Enlightener +