Development-related files that might be found in version-controlled projects. Doesn't include editor-specific files.
.editorconfig
- EditorConfig define and maintain consistent coding styles between different editors and IDEs..gitignore
- ignore files from version control. Note, don't add system files - contributors should be globally ignoring these on their local machines. Only use for files created during project build, credentials files etc.