feat(@angular/cli): added *.sublime-workspace to gitignore blueprint (#4698)

According to https://www.sublimetext.com/docs/3/projects.html :
"Projects in Sublime Text are made up of two files: the .sublime-project
file, which contains the project definition, and the .sublime-workspace
file, which contains user specific data, such as the open files and the
modifications to each.

As a general rule, the .sublime-project file would be checked into
version control, while the .sublime-workspace file would not."
This commit is contained in:
Lars Juel Nielsen 2017-02-15 19:09:17 +01:00 committed by Hans
parent cec425283b
commit f8b5c94047

View File

@ -14,6 +14,7 @@
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*