-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
New Practice: Gitignore practice for Go lang #407
Comments
hello @prokopsimek Could you tell me a more about this issue. Any suitable links for this which can help me get the insight. |
Hi, @K-Kumar-01 . There exists the same practice for JavaScript. Check JsGitignoreCorrectlySetPractice. |
Thanks @adelkahomolova for the explanation. I will see to the link and let you know about this as soon as possible |
Hello @adelkahomolova
I was not able to understand this part so i didnt change it.
could you please tell me if my changes were correct and what i had to do in the fixes one. |
Hi, @K-Kumar-01 , the source should be fine I guess. Also your regexes should include the dots. So the first one should be Did I answer your questions? |
@adelkahomolova Yes i had many doubts cleared. I will send the code once again when i have made the changes. Thanks for the clarfiication. |
So i made these. There is only one thing here that if in the regex only one file is also present then all others won't be included int the fix. So should i change the regex or will this work? |
Sorry, I missed that problem earlier. You shouldn't check the ignored files in one regex as you do in |
@adelkahomolova |
@adelkahomolova |
New Practice Proposal
Create a new practice that checks correctly set
.gitignore
for Go lang.The text was updated successfully, but these errors were encountered: