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