Merge pull request #2 from WGrobler/gitignore

moved .gitignore(s) to seperate branch
This commit is contained in:
Willem Grobler 2022-02-18 08:35:16 +02:00 committed by GitHub
commit af5e9e41ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/*