Skip to content

Commit cccda13

Browse files
committed
Added submodules
1 parent 4cf678f commit cccda13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+8
-2741
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ nbproject
2424
switch
2525
index
2626

27-
# configuration files created locally by post deployment script or by a developer
28-
*main-local.php
29-
*params-local.php
30-
3127
# composer itself is not needed
3228
composer.phar
33-
# composer.lock should not be committed as we always want the latest versions
34-
*composer.lock
3529

3630
# phpunit itself is not needed
3731
phpunit.phar

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "rest"]
2+
path = rest
3+
url = https://github.com/githubjeka/yii2-rest
4+
[submodule "client-angular"]
5+
path = client-angular
6+
url = https://github.com/AngularYii2/angularyii2.github.io

app/.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/.gitignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)