From abc12b4ba57420e75c8d0cb91533b2012fdec4cc Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 8 Jul 2022 20:38:20 +0100 Subject: [PATCH] chore: add `.gitattributes` to extensions to export-ignore files. (#3513) Signed-off-by: Sami Mazouz --- extensions/akismet/.gitattributes | 20 ++++++++++++++++++++ extensions/approval/.gitattributes | 20 ++++++++++++++++++++ extensions/bbcode/.gitattributes | 20 ++++++++++++++++++++ extensions/embed/.gitattributes | 20 ++++++++++++++++++++ extensions/emoji/.gitattributes | 20 ++++++++++++++++++++ extensions/flags/.gitattributes | 20 ++++++++++++++++++++ extensions/lang-english/.gitattributes | 20 ++++++++++++++++++++ extensions/likes/.gitattributes | 20 ++++++++++++++++++++ extensions/lock/.gitattributes | 20 ++++++++++++++++++++ extensions/markdown/.gitattributes | 20 ++++++++++++++++++++ extensions/mentions/.gitattributes | 20 ++++++++++++++++++++ extensions/nicknames/.gitattributes | 20 ++++++++++++++++++++ extensions/package-manager/.gitattributes | 20 ++++++++++++++++++++ extensions/pusher/.gitattributes | 20 ++++++++++++++++++++ extensions/statistics/.gitattributes | 20 ++++++++++++++++++++ extensions/sticky/.gitattributes | 20 ++++++++++++++++++++ extensions/subscriptions/.gitattributes | 20 ++++++++++++++++++++ extensions/suspend/.gitattributes | 20 ++++++++++++++++++++ extensions/tags/.gitattributes | 20 ++++++++++++++++++++ 19 files changed, 380 insertions(+) create mode 100644 extensions/akismet/.gitattributes create mode 100644 extensions/approval/.gitattributes create mode 100644 extensions/bbcode/.gitattributes create mode 100644 extensions/embed/.gitattributes create mode 100644 extensions/emoji/.gitattributes create mode 100644 extensions/flags/.gitattributes create mode 100644 extensions/lang-english/.gitattributes create mode 100644 extensions/likes/.gitattributes create mode 100644 extensions/lock/.gitattributes create mode 100644 extensions/markdown/.gitattributes create mode 100644 extensions/mentions/.gitattributes create mode 100644 extensions/nicknames/.gitattributes create mode 100644 extensions/package-manager/.gitattributes create mode 100644 extensions/pusher/.gitattributes create mode 100644 extensions/statistics/.gitattributes create mode 100644 extensions/sticky/.gitattributes create mode 100644 extensions/subscriptions/.gitattributes create mode 100644 extensions/suspend/.gitattributes create mode 100644 extensions/tags/.gitattributes diff --git a/extensions/akismet/.gitattributes b/extensions/akismet/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/akismet/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/approval/.gitattributes b/extensions/approval/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/approval/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/bbcode/.gitattributes b/extensions/bbcode/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/bbcode/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/embed/.gitattributes b/extensions/embed/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/embed/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/emoji/.gitattributes b/extensions/emoji/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/emoji/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/flags/.gitattributes b/extensions/flags/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/flags/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/lang-english/.gitattributes b/extensions/lang-english/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/lang-english/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/likes/.gitattributes b/extensions/likes/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/likes/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/lock/.gitattributes b/extensions/lock/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/lock/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/markdown/.gitattributes b/extensions/markdown/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/markdown/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/mentions/.gitattributes b/extensions/mentions/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/mentions/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/nicknames/.gitattributes b/extensions/nicknames/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/nicknames/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/package-manager/.gitattributes b/extensions/package-manager/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/package-manager/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/pusher/.gitattributes b/extensions/pusher/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/pusher/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/statistics/.gitattributes b/extensions/statistics/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/statistics/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/sticky/.gitattributes b/extensions/sticky/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/sticky/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/subscriptions/.gitattributes b/extensions/subscriptions/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/subscriptions/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/suspend/.gitattributes b/extensions/suspend/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/suspend/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf diff --git a/extensions/tags/.gitattributes b/extensions/tags/.gitattributes new file mode 100644 index 000000000..71b028f4d --- /dev/null +++ b/extensions/tags/.gitattributes @@ -0,0 +1,20 @@ +**/.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitmodules export-ignore +**/.github export-ignore +**/.travis export-ignore +**/.travis.yml export-ignore +**/.editorconfig export-ignore +**/.styleci.yml export-ignore + +**/phpunit.xml export-ignore +**/tests export-ignore + +**/js/dist/**/* -diff +**/js/dist/**/* linguist-generated +**/js/dist-typings/**/* -diff +**/js/dist-typings/**/* linguist-generated +**/js/yarn.lock -diff +**/js/package-lock.json -diff + +* text=auto eol=lf