mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +00:00
- Remove travis config - Add CircleCI config and badge - Add docs on running the tests - Create a test runner - Add npm dependencies and gitignore
22 lines
264 B
Plaintext
22 lines
264 B
Plaintext
.idea
|
|
*.iml
|
|
*.log
|
|
.nrepl-port
|
|
pom.xml
|
|
pom.xml.asc
|
|
*.jar
|
|
.lein-deps-sum
|
|
.lein-repl-history
|
|
.lein-plugins/
|
|
.lein-failures
|
|
core/
|
|
out/
|
|
target/
|
|
compiled/
|
|
misc/
|
|
/examples/todomvc/resources/public/js/
|
|
/examples/simple/resources/public/js/
|
|
.floo
|
|
.flooignore
|
|
node_modules/
|