Revert "Adds _dev_compile_options.dm to gitignore" (#91305)

Reverts tgstation/tgstation#90950
It is not working and it can not work as per git design.
This commit is contained in:
Holoo
2025-05-25 22:50:09 +03:00
committed by Roxy
parent b5f4e2294f
commit d21f91ca0a
3 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
# Local overrides--you can use this to change the config for your dev environment (like setting up SQL) without worrying about committing it
/config/dev_overrides.txt
/code/_dev_compile_options.dm
#Ignore everything in datafolder and subdirectories
/data/**/*

View File

@@ -1,4 +0,0 @@
// You can add here compile options without worrying about committing them.
// #define TESTING

View File

@@ -21,7 +21,6 @@
#include "_maps\_basemap.dm"
#include "code\__byond_version_compat.dm"
#include "code\_compile_options.dm"
#include "code\_dev_compile_options.dm"
#include "code\_experiments.dm"
#include "code\world.dm"
#include "code\__DEFINES\__globals.dm"