Skip to content

Commit

Permalink
chore(gitignore): Add c9 to gitignore
Browse files Browse the repository at this point in the history
Adding `.c9` to `.gitignore`.

`.c9` is from Cloud9 IDE, an editor in the browser. Partnered with Google to [connect Google App Engine apps](https://c9.io/blog/build-apps-for-google-cloud-platform-on-cloud9/). [Purchased by Amazon](https://c9.io/blog/great-news/) a month ago. The best way to code on a Chromebook.

Close angular#2782
  • Loading branch information
mikeumus authored and filipesilva committed Oct 28, 2016
1 parent d3fd8b0 commit 71423a1
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 @@ -13,6 +13,7 @@
/.vscode
.project
.classpath
.c9/
*.launch
.settings/

Expand Down

0 comments on commit 71423a1

Please sign in to comment.