mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #2 from WGrobler/gitignore
moved .gitignore(s) to seperate branch
This commit is contained in:
commit
af5e9e41ab
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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
2
docker/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Docker-compose file with local dev config
|
||||||
|
dev.yml
|
7
docker/client/examples/home-assistant/.gitignore
vendored
Normal file
7
docker/client/examples/home-assistant/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Ignore everything in config
|
||||||
|
config/*
|
||||||
|
# But not these files...
|
||||||
|
!config/configuration.yaml
|
||||||
|
|
||||||
|
# Ignore everything in development config
|
||||||
|
dev-config/*
|
Loading…
Reference in New Issue
Block a user