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:
parent
47732e7b5b
commit
785f829554
|
@ -183,3 +183,5 @@ status-modules/resources
|
|||
/fiddle/node_modules/
|
||||
/fiddle/target/
|
||||
/fiddle/resources/public/images/
|
||||
|
||||
trace.edn
|
|
@ -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"}
|
||||
)
|
Loading…
Reference in New Issue