diff options
author | Peter <peterhsaxton@gmail.com> | 2020-07-30 08:56:36 +0100 |
---|---|---|
committer | Peter <peterhsaxton@gmail.com> | 2020-07-30 08:56:36 +0100 |
commit | ff8b71ddca3b4fb98b2c4f0524d34baad1df02ef (patch) | |
tree | 557dbfe2d027640cf8eaeddb4011433812cf1dbf /.gitignore | |
download | gleam_json-ff8b71ddca3b4fb98b2c4f0524d34baad1df02ef.tar.gz gleam_json-ff8b71ddca3b4fb98b2c4f0524d34baad1df02ef.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e67663 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.beam +*.iml +*.o +*.plt +*.swo +*.swp +*~ +.erlang.cookie +.eunit +.idea +.rebar +.rebar3 +_* +_build +docs +ebin +erl_crash.dump +gen +log +logs +rebar3.crashdump |