Skip to content

Directory Ignore List

Mtax edited this page Jun 19, 2021 · 1 revision

This page contains directory listing that can be added to a .gitignore file in the main folder of a git repository. If done so, GML Development Toolbox files that have been included in a GameMaker Studio 2 project will be ignored while creating new commits. The main file of the GameMaker Studio 2 project will still expect these files to exist among the project files when it is opened, so they should either already exist in there or be imported after opening it.

.gitignore

## GML Development Toolbox
# Constructors
scripts/UnitTest/

# Scripts
scripts/application_is_runner/
scripts/approach/
scripts/array_average/
scripts/array_merge/
scripts/bbox_render/
scripts/difference/
scripts/msg/
scripts/out/
scripts/string_split/
scripts/test_execution_time/

# Notes
notes/test_execution_time__output/
Clone this wiki locally