From 9dd2dca506920e56fa002cb7348a0fbdbbb64577 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 30 Oct 2021 15:05:50 -0500 Subject: [PATCH] =?UTF-8?q?refactor(git):=20=E2=99=BB=20lint=20root=20giti?= =?UTF-8?q?gnore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 --- .gitignore | 3 --- docker-compose/.gitignore | 2 ++ 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .gitignore create mode 100644 docker-compose/.gitignore diff --git a/.gitattributes b/.gitattributes index 494723167..9aabd7a46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -338,8 +338,5 @@ Procfile text # Ignore files (like .npmignore or .gitignore) *.*ignore text - - - # FilterLists custom *.Dockerfile text \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ca95ea118..000000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Visual Studio (container tools?) creates artifacts at repo root for some reason -bin -obj \ No newline at end of file diff --git a/docker-compose/.gitignore b/docker-compose/.gitignore new file mode 100644 index 000000000..cbbd0b5c0 --- /dev/null +++ b/docker-compose/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/ \ No newline at end of file