Skip to content

Commit f8b5c94

Browse files
LJNielsenDkhansl
authored andcommitted
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."
1 parent cec4252 commit f8b5c94

File tree

1 file changed

+1
-0
lines changed
  • packages/@angular/cli/blueprints/ng2/files

1 file changed

+1
-0
lines changed

packages/@angular/cli/blueprints/ng2/files/gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
.c9/
1515
*.launch
1616
.settings/
17+
*.sublime-workspace
1718

1819
# IDE - VSCode
1920
.vscode/*

0 commit comments

Comments
 (0)