SquadJS icon indicating copy to clipboard operation
SquadJS copied to clipboard

feat: hide prod configs from git

Open anklav24 opened this issue 1 year ago • 4 comments

Allow the creation of configs in git submodule locally.

cd YOUR_MAIN_REPO
mkdir configs
cd configs/
git init
touch config.main_server_1.conf
git add .
git commit -m "init: add config for first server"
cd ..
git submodule add ./configs configs

anklav24 avatar Nov 06 '24 22:11 anklav24