From d0e891250ea3a0e7018c00e603efd3e71c840013 Mon Sep 17 00:00:00 2001 From: Flerp Date: Fri, 14 Nov 2025 17:48:31 -0800 Subject: [PATCH] Removed extra garbage --- data/sql/db-auth/updates/.gitkeep | 0 data/sql/db-characters/updates/.gitkeep | 0 data/sql/db-world/updates/.gitkeep | 0 include.sh | 10 ---------- 4 files changed, 10 deletions(-) delete mode 100644 data/sql/db-auth/updates/.gitkeep delete mode 100644 data/sql/db-characters/updates/.gitkeep delete mode 100644 data/sql/db-world/updates/.gitkeep delete mode 100644 include.sh diff --git a/data/sql/db-auth/updates/.gitkeep b/data/sql/db-auth/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/updates/.gitkeep b/data/sql/db-characters/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-world/updates/.gitkeep b/data/sql/db-world/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/include.sh b/include.sh deleted file mode 100644 index a241572..0000000 --- a/include.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -## GETS THE CURRENT MODULE ROOT DIRECTORY -MOD_SKELETON_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )" - -source $MOD_SKELETON_ROOT"/conf/conf.sh.dist" - -if [ -f $MOD_SKELETON_ROOT"/conf/conf.sh" ]; then - source $MOD_SKELETON_ROOT"/conf/conf.sh" -fi