Updated .gitignore to Handle VSCode IDE
This commit is contained in:
parent
98e28b1fce
commit
dd140623c3
12
.gitignore
vendored
12
.gitignore
vendored
@ -95,3 +95,15 @@ Build/Android/res/*/*
|
|||||||
|
|
||||||
### MacOS ###
|
### MacOS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
### VisualStudioCode ###
|
||||||
|
.git
|
||||||
|
.vscode
|
||||||
|
Content
|
||||||
|
DerivedDataCache
|
||||||
|
Intermediate
|
||||||
|
Saved
|
||||||
|
Script
|
||||||
|
|
||||||
|
# Discord Rich Presence
|
||||||
|
EditorDiscordRichPresence
|
Loading…
Reference in New Issue
Block a user