Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete extra files and local config files #3

Open
djhvscf opened this issue Jun 18, 2017 · 2 comments
Open

Delete extra files and local config files #3

djhvscf opened this issue Jun 18, 2017 · 2 comments

Comments

@djhvscf
Copy link
Contributor

djhvscf commented Jun 18, 2017

We should delete the local config files and any other file that does not meet the gitignore conditions

@fabian7593
Copy link
Owner

Thanks for shared your knows in best practices,
can you tell me whats an extra files for delete?...

And the configs file are here because, if any programmer wants to up your own server with this code, is completely free for realize, only need to modify the connection string.
What that you think about this?

@djhvscf
Copy link
Contributor Author

djhvscf commented Jun 23, 2017

Sure,
For example you don't have to include bin and obj folder but you have to do a trick in order to "rerun" the .gitignore file

  1. Commit all pending changes

Run these commands from git bash

  1. Run: git rm -r --cached . This removes everything from the index
  2. Run: git add . This adds everything again to the index but taking into account the .gitignore file
  3. Run: git commit -m "your commit message here" This commits everything.

Let me know if you have any issue running these commands

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

No branches or pull requests

2 participants