mtgcoll/.gitignore
Gered 94317bdf7e bump versions of things, switch from embedded to user-provided config
"embedded" as in, included in built uberjars. config must now be
specified via the cli using the "--config" option

this necessitated some additional changes to how different components
are instantiated for each of the different run actions (e.g. "web",
"scrape-prices") and also for dev tasks like migrate/rollback. using
mount now to handle component start/stop and dependency management.

some cljs dependencies not updated yet as things like the views
libraries are not yet updated the new sente version
2018-06-07 19:18:03 -04:00

24 lines
218 B
Plaintext

.DS_Store
/target
/classes
/checkouts
/out
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/*.project
/*.classpath
/.settings/
*.iml
*.ipr
*.iws
.idea
/*.log
/profiles.clj
/resources/public/cljs
/.repl
/images