aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander@kiryukhin.su>2017-09-12 15:32:08 +0300
committerGitHub <noreply@github.com>2017-09-12 15:32:08 +0300
commit3cd949c04fe0aa3820694b47e951bb6f1528ac72 (patch)
tree8c2a14bcf09439e0544f6af3300d2229d0f39e44 /.gitignore
parent3436e0a51ff4c709226178f897e053c0fae8da4c (diff)
parent8d602b30dd9bf9e1b926c0d732c2ff3fe7b6644a (diff)
Merge pull request #20 from ochi51/master
Fixes exponentiation operator
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f33dd5..83436db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
vendor/
-.idea/ \ No newline at end of file
+.idea/
+composer.lock \ No newline at end of file