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/**/*