commit e96f00f0b0fdccc0755a1e562a9c72f3e6a7a060 Author: Ranomier Date: Fri Oct 8 16:32:20 2021 +0200 added git ignore diff --git a/sender/.gitignore b/sender/.gitignore new file mode 100644 index 0000000..0087b47 --- /dev/null +++ b/sender/.gitignore @@ -0,0 +1,25 @@ +# Docker project generated files to ignore +# if you want to ignore files created by your editor/tools, +# please consider a global .gitignore https://help.github.com/articles/ignoring-files +.vagrant* +bin +docker/docker +.*.swp +a.out +*.orig +build_src +.flymake* +.idea +.DS_Store +docs/_build +docs/_static +docs/_templates +.gopath/ +.dotcloud +*.test +bundles/ +.hg/ +.git/ +vendor/pkg/ +pyenv +Vagrantfile