Thanks John!  Good ideas, and no, nothing is too obvious for me!  --Geoff

On Thursday, November 2, 2017 at 12:56:14 PM UTC-4, johnbclements wrote:
>
>
> One solution is to use a .gitignore. I have a convention that files ending 
> with ‘private.rkt’ don’t go in the repo. 
>
> Alternatively, you could have a single directory—a private repo, or not a 
> repo at all—that’s linked as a package, containing a collection called 
> ‘private’ or whatever you like, and then require them by using paths like 
> (require private/dbaccess) 
>
> Apologies if these were all too obvious for you! :) 
>
> John 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to