diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .gitmodules | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 911f019c6..2c48e6f94 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ /db/test_structure.sql moo.txt *#*# -TAGS
\ No newline at end of file +TAGS +vendor/plugins/*theme diff --git a/.gitmodules b/.gitmodules index 3ad819b24..5bd943c5b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,3 @@ [submodule "vendor/rails-locales"] path = vendor/rails-locales url = git://github.com/svenfuchs/rails-i18n.git -[submodule "vendor/plugins/alavetelitheme"] - path = vendor/plugins/alavetelitheme - url = git://github.com/sebbacon/alavetelitheme.git |