Merge pull request #338 from spenrose/add-to-gitignore
Add .vscode and .DS_Store to .gitignore
This commit is contained in:
commit
87ffb4652f
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -5,3 +5,9 @@
|
|||
/site
|
||||
.github/**/node_modules
|
||||
/CHANGELOG.md
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue