diff options
author | ochi51 <ochiai07@gmail.com> | 2017-09-12 14:54:51 +0300 |
---|---|---|
committer | ochi51 <ochiai07@gmail.com> | 2017-09-12 14:54:51 +0300 |
commit | 8d602b30dd9bf9e1b926c0d732c2ff3fe7b6644a (patch) | |
tree | 8c2a14bcf09439e0544f6af3300d2229d0f39e44 /.gitignore | |
parent | 1086fccc92e0800c873baf69fc3256008b883691 (diff) |
Fixes exponentiation operator
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ vendor/ -.idea/
\ No newline at end of file +.idea/ +composer.lock
\ No newline at end of file |