The file ".gitignore" defines files and patterns, which sources in the current project should not be under git version control
# Ignore phpStorm Settings
.idea/
# Ignore Test Output
/tests/_output/
/tests/_support/_generated/
The file ".gitignore" defines files and patterns, which sources in the current project should not be under git version control
# Ignore phpStorm Settings
.idea/
# Ignore Test Output
/tests/_output/
/tests/_support/_generated/