diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 15:17:04 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-03 15:17:04 +0100 |
commit | a1984b3ed5b3231d08e21f101999f4bdbf9fa8b9 (patch) | |
tree | 158573dc7e178ba029a0392cd8734ecfc2a4299b | |
parent | 1820a0cf11c87b5b8e57594831d29745f4a44404 (diff) |
README.md: Create a symlink to README.
README is actually written in markdown, but I don't like .md extension.
README.md is here only for better experience of web viewers of the repo,
it's set to be not exported by git archive and won't be present in
released tarballs.
BTW if GitHub is offline, you can use following unofficial mirror:
http://repo.or.cz/metastore.git
(It also renders README.md file, that's why I mentioned it here.)
-rw-r--r-- | .gitattributes | 2 | ||||
l--------- | README.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c69513a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.gitattributes export-ignore +/README.md export-ignore diff --git a/README.md b/README.md new file mode 120000 index 0000000..100b938 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +README
\ No newline at end of file |