From a5eb7dee0f90e56bf2681ad0e06afd5c50be293c Mon Sep 17 00:00:00 2001 From: Leshana Date: Sun, 17 Dec 2023 18:25:27 -0500 Subject: [PATCH] Add /data back into .gitignore (#15619) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3513a970665..2833549fe5c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ vchat.db* *.pid cfg/ +#Ignore the data folder/symlink itself. This is very important if you are using VGS +/data + #Ignore everything in datafolder and subdirectories /data/**/* /tmp/**/*