diff options
| author | gabrhr <73925454+gabrhr@users.noreply.github.com> | 2022-04-22 00:14:01 -0500 |
|---|---|---|
| committer | gabrhr <73925454+gabrhr@users.noreply.github.com> | 2022-04-22 00:14:01 -0500 |
| commit | 5fce380f0f70b56d3bf70c2f6d140b63f9790f13 (patch) | |
| tree | c8b822a60858cb535da686a95534f10b41fb84e8 /.gitignore | |
| parent | e13e630cd6e4fc0b1ff92098a28a770794c7bb9a (diff) | |
Update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2489cb0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Jupyter +.ipynb_checkpoints + +# Java +*.class +*.log +*.ctxt +.mtj.tmp/ +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar +hs_err_pid* +replay_pid* + +# JS +node_modules
\ No newline at end of file |
