diff options
| author | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
| commit | efeff94b550651ab8f134e705b07b80c1c8faeba (patch) | |
| tree | d345d0a0d5602cc01ee164a02a08b07bf97ecfd8 /.gitignore | |
| download | yuna-main.tar.xz yuna-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..212a225 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Gleam & BEAM +*.beam +*.ez +build +erl_crash.dump + +# Lustre +priv + +# Visual Studio Code +.vscode |