diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-06-07 02:59:59 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-06-07 02:59:59 +0100 |
commit | b82f2c74d1fdb0e0aaaa4c93a2a904e376b310a2 (patch) | |
tree | bc1f3000424f9a837606bf610f80af0356ff7c5f /.gitignore | |
parent | 1a9f3aa5596c2a9fa9096e56d29fea1e14bdaad7 (diff) |
First pass at a php IRC helperfor I/O handling
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1502b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +vendor/ +composer.lock |