mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 06:04:54 +08:00
Update UnrealEngine.gitignore
Unreal Engine supports project file generation for VSCode. Enhance Unreal ignore file for VSCode accordingly.
This commit is contained in:
parent
33243d9491
commit
ba69a68eaa
@ -1,6 +1,9 @@
|
|||||||
# Visual Studio 2015 user specific files
|
# Visual Studio 2015 user specific files
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
# VS Code workspace settings folder for generated C/C++ settings and commands
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
@ -34,6 +37,7 @@
|
|||||||
# These project files can be generated by the engine
|
# These project files can be generated by the engine
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
*.xcworkspace
|
*.xcworkspace
|
||||||
|
*.code-workspace
|
||||||
*.sln
|
*.sln
|
||||||
*.suo
|
*.suo
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
Loading…
Reference in New Issue
Block a user