diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-31 13:05:17 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-31 13:27:34 +0100 |
commit | b545944e71dc7914a2f5b48c1134342fee394493 (patch) | |
tree | 844cb61fd42496e0b547a71d83f4648f9e69c726 | |
parent | 8fa42bd5a8fcb1e07a31997a579b705369714d9c (diff) |
chore(git): Unignore classes directory
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | classes/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,6 @@ -resources/public node_modules .shadow-cljs public -classes *.jar .cpcache .nrepl-port
\ No newline at end of file diff --git a/classes/.gitignore b/classes/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/classes/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore
\ No newline at end of file |