added ignore

This commit is contained in:
WWW_cool 2021-02-17 12:43:49 +03:00
commit b9a84e3f80
No known key found for this signature in database
GPG Key ID: 28EABE5919049589
2 changed files with 19 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# general
log
/_build/
/_checkouts/
*~
erl_crash.dump
.tags*
*.sublime-workspace
.edts
.DS_Store
Dockerfile
docker-compose.yml
/.idea/
*.beam
rebar3.crashdump

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