summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabrhr <[email protected]>2022-04-22 00:14:01 -0500
committergabrhr <[email protected]>2022-04-22 00:14:01 -0500
commit5fce380f0f70b56d3bf70c2f6d140b63f9790f13 (patch)
treec8b822a60858cb535da686a95534f10b41fb84e8
parente13e630cd6e4fc0b1ff92098a28a770794c7bb9a (diff)
downloadDP1_project-5fce380f0f70b56d3bf70c2f6d140b63f9790f13.tar.gz
DP1_project-5fce380f0f70b56d3bf70c2f6d140b63f9790f13.tar.bz2
DP1_project-5fce380f0f70b56d3bf70c2f6d140b63f9790f13.zip
Update .gitignore
-rw-r--r--.gitignore20
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