1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

added to .ignore

This commit is contained in:
Gerkiz 2020-06-05 16:04:39 +02:00
parent 6aca686846
commit 407750a9aa
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vscode/

View File

@ -48,7 +48,7 @@ local STD_BASE_CONTROL = 'lua52c+factorio+factorio_control+factorio_defines+fact
--[Assume Factorio Control stage as default]--
-------------------------------------------------------------------------------
std = STD_CONTROL
globals = {'print', '_DEBUG', '_CHEATS', '_DUMP_ENV', 'ServerCommands', 'Debug', '_LIFECYCLE', '_STAGE'} -- RedMew-specific globals
globals = {'print', '_DEBUG', '_CHEATS', '_DUMP_ENV', 'ServerCommands', 'Debug', '_LIFECYCLE', '_STAGE'}
max_line_length = LINE_LENGTH
not_globals = NOT_GLOBALS
@ -355,6 +355,7 @@ stds.factorio_control = {
"save_atlas",
"server_save",
"set_game_state",
"reset_time_played",
"show_message_dialog",
"table_to_json",
"take_screenshot",