diff options
author | Valery Piashchynski <[email protected]> | 2020-02-10 12:25:04 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-10 12:25:04 +0300 |
commit | 809458f32ff2676e35027f6cce1cbf6ae768423a (patch) | |
tree | 4b1c8ddf1f51287c48887f17a74b58fb4a953f84 /.gitignore | |
parent | 197a4105346ea1e89eaa171274c14ba1884746d7 (diff) |
Update .gitignore, remove go.sum, update folders
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ -.idea/* +.idea composer.lock -vendor/ +vendor builds/ tests/vendor/ -go.sum
\ No newline at end of file +.rr.yaml +psr-worker.php
\ No newline at end of file |