diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ node_modules -.shadow-cljs public +target *.jar .cpcache -.nrepl-port
\ No newline at end of file +.nrepl-port +.shadow-cljs |