refactor(git): ♻ lint root gitignore

This commit is contained in:
Collin M. Barrett 2021-10-30 15:05:50 -05:00
parent fd458924cb
commit 9dd2dca506
3 changed files with 2 additions and 6 deletions

3
.gitattributes vendored
View file

@ -338,8 +338,5 @@ Procfile text
# Ignore files (like .npmignore or .gitignore)
*.*ignore text
# FilterLists custom
*.Dockerfile text

3
.gitignore vendored
View file

@ -1,3 +0,0 @@
# Visual Studio (container tools?) creates artifacts at repo root for some reason
bin
obj

2
docker-compose/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
bin/
obj/