From 55457187d18221e76bd12f0fb2cfab65c49b92fb Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Tue, 5 Mar 2019 01:09:01 +0100
Subject: Initial commit
---
st/.idea/encodings.xml | 4 ++
st/.idea/misc.xml | 13 ++++
st/.idea/modules.xml | 8 +++
st/.idea/st.iml | 9 +++
st/.idea/vcs.xml | 6 ++
st/.idea/workspace.xml | 165 +++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 205 insertions(+)
create mode 100644 st/.idea/encodings.xml
create mode 100644 st/.idea/misc.xml
create mode 100644 st/.idea/modules.xml
create mode 100644 st/.idea/st.iml
create mode 100644 st/.idea/vcs.xml
create mode 100644 st/.idea/workspace.xml
(limited to 'st/.idea')
diff --git a/st/.idea/encodings.xml b/st/.idea/encodings.xml
new file mode 100644
index 0000000..15a15b2
--- /dev/null
+++ b/st/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/st/.idea/misc.xml b/st/.idea/misc.xml
new file mode 100644
index 0000000..b7de1d8
--- /dev/null
+++ b/st/.idea/misc.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st/.idea/modules.xml b/st/.idea/modules.xml
new file mode 100644
index 0000000..f289043
--- /dev/null
+++ b/st/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st/.idea/st.iml b/st/.idea/st.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/st/.idea/st.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st/.idea/vcs.xml b/st/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/st/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/st/.idea/workspace.xml b/st/.idea/workspace.xml
new file mode 100644
index 0000000..0dc7eb3
--- /dev/null
+++ b/st/.idea/workspace.xml
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1550945019507
+
+
+ 1550945019507
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.8
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3