forked from Mirror/wren
Update gitignore (#759)
Add VSCode project folder and macOS specific stuff.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -16,6 +16,9 @@ Release/
|
|||||||
# The baseline file is machine-specific
|
# The baseline file is machine-specific
|
||||||
/test/benchmark/baseline.txt
|
/test/benchmark/baseline.txt
|
||||||
|
|
||||||
|
# VSCode project files.
|
||||||
|
.vscode
|
||||||
|
|
||||||
# XCode user-specific stuff
|
# XCode user-specific stuff
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
@ -33,3 +36,6 @@ ipch/
|
|||||||
*.user
|
*.user
|
||||||
*.userosscache
|
*.userosscache
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user