Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 301 Bytes

gitignore.md

File metadata and controls

executable file
·
17 lines (12 loc) · 301 Bytes

Back to start

Gitignore

The file ".gitignore" defines files and patterns, which sources in the current project should not be under git version control

Default Gitignore

# Ignore phpStorm Settings
.idea/

# Ignore Test Output
/tests/_output/
/tests/_support/_generated/