From 26ed13c0e4bc687050b96a5f0b52ff95d29e1f33 Mon Sep 17 00:00:00 2001 From: Private Maker Date: Sat, 30 Sep 2023 17:10:27 +0200 Subject: [PATCH] renname ownCloud to Nextcloud, update .gitignore Signed-off-by: Private Maker --- .gitignore | 3 +++ developer_manual/conf.py | 2 +- user_manual/conf.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9196717abe..80b3243ad6f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ venv # JetBrains IDEs .idea/ + +Pipfile +Pipfile.lock diff --git a/developer_manual/conf.py b/developer_manual/conf.py index fb692b10a20..a0fa8cfb09e 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# ownCloud Documentation documentation build configuration file, created by +# Nextcloud Documentation documentation build configuration file, created by # sphinx-quickstart on Mon Oct 22 23:16:40 2012-2014. # # This file is execfile()d with the current directory set to its containing dir. diff --git a/user_manual/conf.py b/user_manual/conf.py index a505370b5cb..5d0b341fa6b 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# ownCloud Documentation documentation build configuration file, created by +# Nextcloud Documentation documentation build configuration file, created by # sphinx-quickstart on Mon Oct 22 23:16:40 2012-2014. # # This file is execfile()d with the current directory set to its containing dir.