summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-10 12:25:04 +0300
committerValery Piashchynski <[email protected]>2020-02-10 12:25:04 +0300
commit809458f32ff2676e35027f6cce1cbf6ae768423a (patch)
tree4b1c8ddf1f51287c48887f17a74b58fb4a953f84 /.gitignore
parent197a4105346ea1e89eaa171274c14ba1884746d7 (diff)
Update .gitignore, remove go.sum, update folders
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 44aef23f..4d651033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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