diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 10:21:33 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 10:21:33 +0200 |
commit | 566d826a9e6f47d893c3afd724974c72b6a3758c (patch) | |
tree | 3e44ad312eae91ce8a02f27450e00d53cd3dbb05 /core/skeleton | |
parent | 47666796a73e28097be03d9de8a333907c69e5cc (diff) | |
download | nextcloud-server-566d826a9e6f47d893c3afd724974c72b6a3758c.tar.gz nextcloud-server-566d826a9e6f47d893c3afd724974c72b6a3758c.zip |
add a real examplefile instead of an .gitignore which is a bit stupid here
Diffstat (limited to 'core/skeleton')
-rw-r--r-- | core/skeleton/.gitignore | 4 | ||||
-rw-r--r-- | core/skeleton/welcome.txt | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/core/skeleton/.gitignore b/core/skeleton/.gitignore deleted file mode 100644 index 5e7d2734cfc..00000000000 --- a/core/skeleton/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore diff --git a/core/skeleton/welcome.txt b/core/skeleton/welcome.txt new file mode 100644 index 00000000000..c86eaf91bbe --- /dev/null +++ b/core/skeleton/welcome.txt @@ -0,0 +1,5 @@ +Welcome to your ownCloud account! + +This is just an example file for developers and git users. +The packaged and released versions will come with better examples. + |