I created a new rails app using "new app_name" and I'm trying to edit the .gitignore file but can't find it in my app folder. Where can I find it? I have Git installed.
.gitignore
is in the root of the project, not in the app
subdirectory. First open the terminal and go inside your directory.
You'll need to use ls -a
to show hidden files.
Then use open .gitignore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With