diff --git a/.gitignore b/.gitignore index 9252c3f..0172129 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target res -config \ No newline at end of file +config +conf diff --git a/public b/public new file mode 120000 index 0000000..524d490 --- /dev/null +++ b/public @@ -0,0 +1 @@ +config/res/public \ No newline at end of file diff --git a/static b/static new file mode 120000 index 0000000..6121060 --- /dev/null +++ b/static @@ -0,0 +1 @@ +config/res/static \ No newline at end of file diff --git a/templates b/templates new file mode 120000 index 0000000..d4ad84f --- /dev/null +++ b/templates @@ -0,0 +1 @@ +config/res/templates \ No newline at end of file