Merge pull request #1729 from DragonTrance/gitignore-message

Adding the generated discord message to the gitignore
This commit is contained in:
Dahlular
2022-11-11 20:58:06 -07:00
committed by GitHub
+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/**/*