Sorry for stupid title, first. 🙂
Problem is very simple… .gitignore ignores me!
Scenario:
-
I needed to add
application/bootstrap.phpto ignore-list. That file ignores me (still visible). -
Then, I thought that I need to make some changes in those files. Guess what? Nothing!
-
Maybe I have something wrong in
.gitignore? Lets add a newline to it. 😀 -
Okay,
.gitignore! Not funny… anymore. If I’ll remove this, will that make them visible? No!
Why is that so and how can I make invisible application/bootstrap.php and index.php?
Thanks in adivce and sorry for not-so-very-boring-written-question. 😀
The problem I believe is that
application/bootstrap.phpis a part of your repository..gitignoreis typically used to ignore files which are not part of your repository.As the gitignore man page says: