Git ignore trace.edn and config.cljs

They are auto generated and should not be present in git

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-01-31 14:31:32 +03:00
parent 47732e7b5b
commit 785f829554
No known key found for this signature in database
GPG Key ID: C9A094959935A952
2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@ -183,3 +183,5 @@ status-modules/resources
/fiddle/node_modules/
/fiddle/target/
/fiddle/resources/public/images/
trace.edn

View File

@ -1,6 +0,0 @@
(ns env.config)
(def figwheel-urls {:android "ws://localhost:3449/figwheel-ws",
:ios "ws://192.168.0.9:3449/figwheel-ws",
:desktop "ws://localhost:3449/figwheel-ws"}
)