Skip to content

Commit

Permalink
feat(@angular/cli): added *.sublime-workspace to gitignore blueprint (a…
Browse files Browse the repository at this point in the history
…ngular#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."
  • Loading branch information
LJNielsenDk authored and Zhicheng Wang committed Mar 16, 2017
1 parent 25a013c commit 5e96d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/blueprints/ng2/files/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
Expand Down

0 comments on commit 5e96d51

Please sign in to comment.