diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 02:17:46 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 02:17:46 +0200 |
commit | cd0fa062ebea4fd1c340a31e996e033754acd456 (patch) | |
tree | 39ccf569f0de38b2ce6185db9e9171ccb81543c9 /.gitignore | |
parent | 39d1e99228a22e232795b9800503697b866f5023 (diff) | |
download | nextcloud-server-cd0fa062ebea4fd1c340a31e996e033754acd456.tar.gz nextcloud-server-cd0fa062ebea4fd1c340a31e996e033754acd456.zip |
add example theme
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3395774d232..4a625fb8580 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,9 @@ -# ignore themes except the README +# ignore themes except the example and the README /themes/* +!/themes/example !/themes/README # just sane ignores |