Skip to content

Commit

Permalink
✨ feat: git ignore data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Sep 3, 2024
1 parent 99582e5 commit 69a5a76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# ignore the distribution/publishing folder
**/dist

# ignore data folder
**/data

# ignore personal workspace files
**/.vscode/*
!**/.vscode/extensions.json
Expand Down
6 changes: 4 additions & 2 deletions template/.gitignore.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 69a5a76

Please sign in to comment.