From f1bd122490135b6ed8f544d5e046ae420ca80375 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 27 Feb 2020 16:10:34 +0100 Subject: first commit --- .idea/$CACHE_FILE$ | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 5 +++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/tabler-icons.iml | 11 +++++++++++ .idea/workspace.xml | 10 ++++++++++ index.html | 13 +++++++++++++ 7 files changed, 60 insertions(+) create mode 100644 .idea/$CACHE_FILE$ create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/tabler-icons.iml create mode 100644 .idea/workspace.xml create mode 100644 index.html diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 0000000..6cb8985 --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..0eefe32 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6351ba3 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..ac29769 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/tabler-icons.iml b/.idea/tabler-icons.iml new file mode 100644 index 0000000..c3cd732 --- /dev/null +++ b/.idea/tabler-icons.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9891937 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..83a8ea3 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Tabler Icons + + + + + -- cgit v1.2.1