-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
fixes(gitignore) #22 #31
Conversation
add archives, windows, mac, linux, and nodeignore
Thx for the contribution, but pls do an audit first. You copied lots of entries irrelevant in the context of an Aurelia 2 project. If you want to ignore all of them (regardless of Aurelia 2), pls add to your global gitignore file, as I suggested before. Grunt, bower, jspm, 7z, iso, Next.js, Nuxt.js, Gatsby, vuepress, Serverless. Why?
Why in an Aurelia 2 project gitignore? And some feedback on mac related:
I believe most editors (including yours) will normalise line endings to
Clearly they don't apply to a project folder.
Nobody uses AFP, it's deprecated for years. |
I'll be honest I just copy pasta-ed, but for some of these, like
I'll be honest, I have no idea what half of these are, but we could probably drop bower, isn't grunt like a task configuration thing? I don't care if we remove them, this is just part of the default node template.
afaik, the filename itself must end with 2 \r thanks mac for being weird. if you look at the file (presuming my copy went right, there should be a ^M at the end of Icon) I can clean this stuff up though. Before I do what do you want to do about the archives/installers? |
I would suggest you to use global gitignore, it's so much easier for your case like those zip files. If you don't know grunt, the simple rule is don't add it. I don't think this will work for you, because you started with a big copy/paste, and don't understand the content inside it. |
k, if you say so |
Quite opposite, I am not the rude one. |
I read and understood 95% of it, I guess there are a couple of things I didn't clip that I knew weren't necessary, but the original discussion was to add the full templates. Just because I haven't/don't use a technology doesn't mean ignoring it isn't the right solution. |
Why I want to ignore vue files in my au2 project folder? |
I didn't say you would, but I asked what you wanted to do with archives before cleaning that up. That way I could make all the changes asked for at once. The rude thing here, is closing the PR without giving me a chance to clean up what you were asking for. I'm going to stop now though, this conversation doesn't seem like it can be productive at this point. you closed it, that's fine. I only suggested this feature because of 2 things 1, I didn't actually know about global gitignore, I'm definitely going to add one soon, but 2, I REALLY do NOT TRUST me, or my COLLEAGUES not to commit things like Thumbs.db, zip files, log files, etc. I definitely don't expect them to have a smart global ignore. |
When I offered my feedback because I thought you at least went through the content, you admit "just copy pasta-ed" and "have no idea what half of these" (these for grunt ... Serverless). That's where you turned me off. You didn't bother to at least google the stuff you don't understand. Why should I be interested to be your human google? The conversation could have been started much better if you highlighted few things you were not sure after some basic investigation.
You did not give yourself the chance. Is that few mins study (googling) too troublesome? Or you just want to "let me send the PR to see what happens"? How can you talk down your colleagues since you are careless?
Should I trust your work since you do not trust yourself? Nobody understands everything, nobody makes no mistake. But lack of basic effort would not work in any team. |
add archives, windows, mac, linux, and nodeignore