Skip to content

Commit 4bc4f99

Browse files
author
David Kline
authored
Merge pull request #2640 from StephenHodgson/vNEXT-VsCodeIgnore
Added .vscode to ignore file
2 parents 3235ec6 + f8bd040 commit 4bc4f99

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

+9-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,16 @@ obj/
4141
*.idb
4242
*.opendb
4343

44-
Assets/ThirdParty/
45-
Assets/ThirdParty.meta
44+
# ============================ #
45+
# Visual Studio Code Generated #
46+
# ============================ #
47+
.vscode/
4648

49+
# ===================== #
50+
# Project Specific List #
51+
# ===================== #
4752
artifacts/
53+
Assets/ThirdParty/
54+
Assets/ThirdParty.meta
4855
Assets/TextMesh Pro.meta
4956
Assets/TextMesh Pro/

0 commit comments

Comments
 (0)