diff options
author | Andy Thompson <andrew.thompson@qmul.ac.uk> | 2022-02-11 01:00:55 +0000 |
---|---|---|
committer | Andy Thompson <andrew.thompson@qmul.ac.uk> | 2022-02-11 01:00:55 +0000 |
commit | 72f64a5192da97307156c1529838556f15e94ffa (patch) | |
tree | 422c7e10dbab6ed9f52498971c111c0c2420dce6 /.gitignore | |
download | lustre-72f64a5192da97307156c1529838556f15e94ffa.tar.gz lustre-72f64a5192da97307156c1529838556f15e94ffa.zip |
:tada: Init repo.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6612bd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.beam +*.ez +build +erl_crash.dump + +.vscode + +node_modules +.parcel-cache
\ No newline at end of file |