Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

.dapple/.gitignore doesn't get pushed to remote repo #350

Open
apmilen opened this issue Nov 4, 2016 · 2 comments
Open

.dapple/.gitignore doesn't get pushed to remote repo #350

apmilen opened this issue Nov 4, 2016 · 2 comments

Comments

@apmilen
Copy link
Member

apmilen commented Nov 4, 2016

I suppose this is almost expected behavior, but the .gitignore file that gets created in .dapple doesn't go along to the remote repo when I push a change. this matters because the git submodules that I created in .dapple/packages do get pushed to remote, which creates the .dapple folder remotely. this means that when I clone this repo elsewhere, a .dapple folder gets created with no .gitignore, which means the chain_db folder is listed as untracked. not sure if there is a good solution to this problem, but I wanted to make a note of it.

@mhhf
Copy link
Member

mhhf commented Nov 4, 2016

thanks for the notice. I will address this soon.
Its probably the best choice to create a top level .gitignore with **/chain_db/** inside so it gets excluded everywhere

@mhhf
Copy link
Member

mhhf commented Nov 11, 2016

Done in the current release. @apmilen can you verify and close this issue if this is solved for you?!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants