Add /data back into .gitignore (#15619)

This commit is contained in:
Leshana
2023-12-18 00:25:27 +01:00
committed by GitHub
parent 1d7d5e1c41
commit a5eb7dee0f
+3
View File
@@ -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/**/*