From de6940352a2f708376219a89ec84a8e6d25ca59e Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 17 Sep 2019 16:33:27 +0200 Subject: Move settings to an app Signed-off-by: Christoph Wurst Signed-off-by: npmbuildbot[bot] --- apps/settings/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/settings/.gitignore (limited to 'apps/settings/.gitignore') diff --git a/apps/settings/.gitignore b/apps/settings/.gitignore new file mode 100644 index 00000000000..a0446a54854 --- /dev/null +++ b/apps/settings/.gitignore @@ -0,0 +1,12 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log +yarn-error.log + +# Editor directories and files +.idea +*.suo +*.ntvs* +*.njsproj +*.sln -- cgit v1.2.3