Adds _dev_compile_options.dm to gitignore (#90950)

## About The Pull Request
Title.
## Why It's Good For The Game
Slightly less annoying testing
This commit is contained in:
Holoo
2025-05-16 11:15:43 -07:00
committed by GitHub
parent abf5f00572
commit 2abc391ba8
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
# 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/**/*
+4
View File
@@ -0,0 +1,4 @@
// You can add here compile options without worrying about committing them.
// #define TESTING
+1
View File
@@ -22,6 +22,7 @@
#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"