mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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/**/*
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
// You can add here compile options without worrying about committing them.
|
||||
|
||||
|
||||
// #define TESTING
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user