At the moment, if you have a directory named `scripts/` and this `emanate.json`: ```json { "ignore": ["README.md", "emanate.pyz", "emanate-*.pyz", "downloads", "scripts"] } ``` Then running `emanate` will create `~/scripts`. It shouldn't do this.
At the moment, if you have a directory named
scripts/and thisemanate.json:{ "ignore": ["README.md", "emanate.pyz", "emanate-*.pyz", "downloads", "scripts"] }Then running
emanatewill create~/scripts. It shouldn't do this.