mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(git): ♻ lint root gitignore
This commit is contained in:
parent
fd458924cb
commit
9dd2dca506
3 changed files with 2 additions and 6 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -338,8 +338,5 @@ Procfile text
|
|||
# Ignore files (like .npmignore or .gitignore)
|
||||
*.*ignore text
|
||||
|
||||
|
||||
|
||||
|
||||
# FilterLists custom
|
||||
*.Dockerfile text
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
2
docker-compose/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bin/
|
||||
obj/
|
||||
Loading…
Reference in a new issue