added git files

This commit is contained in:
WWW_cool 2020-11-06 15:29:28 +03:00
commit 878de0942d
No known key found for this signature in database
GPG Key ID: 28EABE5919049589
2 changed files with 28 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# general
log
/_build/
*~
erl_crash.dump
.tags*
*.sublime-*
.DS_Store
# rebar
/_checkouts/
*.beam
# generated
apps/swag_server/*
apps/swag_client/*
# containerization
\#*
.\#*
Dockerfile
docker-compose.yml

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "build_utils"]
path = build_utils
url = git@github.com:rbkmoney/build_utils.git
branch = master