diff --git a/.gitignore b/.gitignore index 2c73c3a..e8916d1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ # ignore the distribution/publishing folder **/dist +# ignore data folder +**/data + # ignore personal workspace files **/.vscode/* !**/.vscode/extensions.json diff --git a/template/.gitignore.jinja b/template/.gitignore.jinja index 12f7f93..7cb4a14 100644 --- a/template/.gitignore.jinja +++ b/template/.gitignore.jinja @@ -7,9 +7,11 @@ **/build/ .DS_Store -# ignore the distribution and docs/api folders +# ignore the distribution/publishing folder **/dist -**/docs/api + +# ignore data folder +**/data # ignore personal vscode workspace files **/.vscode/* diff --git a/template/{% if not microsoft_internal %}CODE_OF_CONDUCT.md{% endif %}.jinja b/template/{% if not microsoft_internal %}CODE_OF_CONDUCT.md{% endif %}.jinja index 67fe8ce..7996182 100644 --- a/template/{% if not microsoft_internal %}CODE_OF_CONDUCT.md{% endif %}.jinja +++ b/template/{% if not microsoft_internal %}CODE_OF_CONDUCT.md{% endif %}.jinja @@ -5,7 +5,7 @@ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, +identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.