mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
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:
parent
cec425283b
commit
f8b5c94047
@ -14,6 +14,7 @@
|
|||||||
.c9/
|
.c9/
|
||||||
*.launch
|
*.launch
|
||||||
.settings/
|
.settings/
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
# IDE - VSCode
|
# IDE - VSCode
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user