diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-10-21 15:50:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-21 15:50:04 -0600 |
| commit | be9606094c256471e256b1d00d6b681528547d58 (patch) | |
| tree | 982581193286385b6e882db98078542e6e2342af /.gitignore | |
| download | farside-be9606094c256471e256b1d00d6b681528547d58.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b263cd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/_build +/cover +/deps +/doc +/.fetch +erl_crash.dump +*.ez +*.beam +/config/*.secret.exs +.elixir_ls/ |
