Skip to content

Commit

Permalink
Updated .gitignore and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sikorsky committed Dec 28, 2017
1 parent bc9aac2 commit 58789bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vs/
bin/
obj/
obj/
Extensions/
*.user
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ add direct dependencies to the main web application project instead, but it is n
* [ExtCore framework 3.1.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
* [ExtCore framework 3.1.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
* [ExtCore framework 3.1.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
* [ExtCore framework 3.1.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
* [ExtCore framework 3.1.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
* [ExtCore framework 3.1.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
* [ExtCore framework 3.1.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
Expand Down

0 comments on commit 58789bc

Please sign in to comment.