Skip to content

Commit

Permalink
Add a sample project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed May 21, 2020
1 parent 800df25 commit 0ed85ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,5 @@
/node_modules/
/dev/clojure/public/
__pycache__/
/target/
/.lein-repl-history
10 changes: 10 additions & 0 deletions project.clj
@@ -0,0 +1,10 @@
(defproject dev "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/tools.logging "1.1.0"]]
:plugins [[cider/cider-nrepl "0.24.0"]]
:source-paths ["dev/clojure/src"]
:repl-options {:init-ns dev.sandbox})

0 comments on commit 0ed85ba

Please sign in to comment.