diff --git a/.gitignore b/.gitignore index 03c121e0802..a044f7f60cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ #Ignore everything in datafolder and subdirectories /data/**/* +#Ignore byond config folder. +/cfg/**/* + #Ignore compiled files and other files generated during compilation. *.mdme *.dmb diff --git a/cfg/admin.txt b/cfg/admin.txt deleted file mode 100644 index 236e1dee367..00000000000 --- a/cfg/admin.txt +++ /dev/null @@ -1,16 +0,0 @@ -################################################################################### -# This is a list of ckeys authorized to use client-side debug options: # -# Profile, Reboot, Resume, Status, and Trace-client # -# Of these, Profile is the most relevant as it allows you to easily # -# retrieve information regarding the game's processing. # -# If a ckey is on this list, and has proper admin privledges, # -# they will be able to right-click the top of the client to access these options. # # -# Case is not important for ckey. # -################################################################################### -aranclanos -cheridan -giacomand -rockdtben -MrStonedOne -Jordie0608 -Dunc \ No newline at end of file