This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist is the way that we are not working to ignoreed on git. | |
First, Open your git terminal on your project and then command line below. | |
#### 1 | |
$ git rm -r --cached . | |
$ git add . | |
$ git commit -m "fixed" |