aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--classes/.gitignore2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 964ba48..c93ca1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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