Update .gitignore

This commit is contained in:
DragonTrance
2022-11-11 11:35:20 -05:00
parent 2851fb84de
commit 7819d5c1b7
+4 -1
View File
@@ -1,9 +1,12 @@
###Files and folders specified here will never be tracked.
#Ignore everything in datafolder and subdirectories
#Ignore everything in data folder and subdirectories
/data/**/*
/tmp/**/*
#Ignore the messages generated at the end of the round
/Hyperbot/**/*
#Ignore byond config folder.
/cfg/**/*