From 6d8b89b9496c18eb6ce459db1754c76774266f73 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 18 Jul 2016 11:48:49 +0200 Subject: Name file info.xml directly When developing apps for Nextcloud it is more usual that as a developer you can directly clone the app and enable it. The makefile is also very specific. To improve the developer experience I have renamed that file to "info.xml" directly. At least I was kinda confused why I couldn't enable the app the first time I cloned it :-) --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae001ce1..24e644d7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,5 @@ webodf/* build/* online loolvm -appinfo/info.xml *.spec *.tar.gz -- cgit v1.2.3