diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-11-08 15:50:38 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-11-08 15:50:38 +0000 |
commit | 3275bac8b4b8edc66d58541e32946fe2dd29732a (patch) | |
tree | c4c86503f0b92db1a211e49454d24b6f8bb425ee /.gitignore | |
parent | 19ad795fdc6cf2d24e2a40f8d5ee0b3f406e4acd (diff) |
Fix encoding issue, add .gitignore and readme
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8eba6c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/ |