From e1a2b5af994f261cce8d3f32ee5d6e30ed92544f Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 30 Apr 2023 22:49:16 +0200 Subject: [PATCH] chore: remove redundant files --- .buckconfig | 6 ------ .editorconfig | 3 --- .gitattributes | 3 --- .node-version | 1 - .ruby-version | 1 - .watchmanconfig | 1 - 6 files changed, 15 deletions(-) delete mode 100644 .buckconfig delete mode 100644 .editorconfig delete mode 100644 .gitattributes delete mode 100644 .node-version delete mode 100644 .ruby-version delete mode 100644 .watchmanconfig diff --git a/.buckconfig b/.buckconfig deleted file mode 100644 index 934256c..0000000 --- a/.buckconfig +++ /dev/null @@ -1,6 +0,0 @@ - -[android] - target = Google Inc.:Google APIs:23 - -[maven_repositories] - central = https://repo1.maven.org/maven2 diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 7c28613..0000000 --- a/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files -[*.bat] -end_of_line = crlf diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 45a3dcb..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files should use crlf line endings -# https://help.github.com/articles/dealing-with-line-endings/ -*.bat text eol=crlf diff --git a/.node-version b/.node-version deleted file mode 100644 index b6a7d89..0000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -16 diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 74500ce..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.7.4 \ No newline at end of file diff --git a/.watchmanconfig b/.watchmanconfig deleted file mode 100644 index 9e26dfe..0000000 --- a/.watchmanconfig +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file