From 383f4ca04af8c7a1ff4f8be5a488f6799e0e0d37 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 21:49:09 +0300 Subject: add config.php --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eaf169cb8..9a3d01c23 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ Thumbs.db .idea/* plugins.local/* themes.local/* -config.php +/config.php feed-icons/* cache/*/* lock/* -- cgit v1.2.3 From 6b7af973b2264ec643ae7b46113ee54d10451fd7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 22:43:07 +0300 Subject: update gitignore --- .gitignore | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9a3d01c23..c8aa69a4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,13 @@ Thumbs.db /.app_is_ready -/deploy.exclude -/deploy.sh /messages.mo /node_modules +/locale/**/*.po~ /package-lock.json -*~ -*.DS_Store -#* -.idea/* -plugins.local/* -themes.local/* +/plugins.local/* +/themes.local/* /config.php -feed-icons/* -cache/*/* -lock/* -tags -cache/htmlpurifier/*/*ser -lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/*/*ser -web.config -/.save.cson -/.tags* -/.gutentags +/feed-icons/* +/cache/*/* +/lock/* /.vscode/settings.json -- cgit v1.2.3