moved .gitignore(s) to seperate branch

This commit is contained in:
Willem@105.pve1.lan 2022-02-18 08:33:19 +02:00
parent 392a1ec8d7
commit 42fa39f3c0
3 changed files with 19 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Logo
/logo.png
# Build executables
/build
/cmd/boringproxy/boringproxy*
boringproxy_*.tar.gz
# Boringproxy database, created if exec is run in boringproxy folder
boringproxy_db.json

2
docker/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Docker-compose file with local dev config
dev.yml

View File

@ -0,0 +1,7 @@
# Ignore everything in config
config/*
# But not these files...
!config/configuration.yaml
# Ignore everything in development config
dev-config/*