aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-22 19:47:48 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-22 19:47:48 +0200
commit915bf97f4631ac8407c716a4440ce550cf902bda (patch)
tree610444ab4314211f4d2c1ad072810bcf4d1d1889 /.gitignore
parentc7dafc936bdb3e052c20f97e3f991a8011f9e276 (diff)
chore: Ignore target directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c93ca1e..24c8ae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
node_modules
-.shadow-cljs
public
+target
*.jar
.cpcache
-.nrepl-port \ No newline at end of file
+.nrepl-port
+.shadow-cljs