What is th-ruby-include= directory in rails app root?
I did’t touch it.
I’m considering add this directory into .gitigore or just delete it everytime I see it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If this is a directory in your project, it was created outside of Rails. Likely your editor saved a file without your full understanding.
I would normally say you could delete it, but it’s hard to say without knowing the contents. You can always move the directory, run your tests, and if it all passes, delete then.