-
Notifications
You must be signed in to change notification settings - Fork 9
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
Doesn't ignore the saved html files and folders #6
Comments
I don't have that much knowledge of html,so pardon for not any mistake, |
I am not talking about ignoring the file by the python code. I am referring
to ignoring files by git. You can read more about it here:
https://www.atlassian.com/git/tutorials/saving-changes/gitignore
This is essential because we do not want some contributor's files to be
committed in the git repository. Hence we add rules in the .gitignore so
that git automatically ignores the file and doesn't add it to the staging
area.
…On Sat, 31 Aug 2019 at 01:06, Raghwendra Dey ***@***.***> wrote:
I don't have that much knowledge of html,so pardon for not any mistake,
But i think the file the code is looking for is not the Welcome.....htm
one but there is a .html file inside the dir "Welcome ...", that was the
main problem which i faced when i tried to use it in my case, then i looked
into the code and then searched the file with the req name in the
downloaded files then i got the problem...
And btw even if it was the case with the same name i couldn't get the real
problem as the code is looking for a file not a dir so it will
automatically ignore the folder with the same name...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF7KDSZBWBLN3HF7O7WHACTQHFZFVANCNFSM4ISOETJQ>
.
|
Sorry, but i still didn't completely understand.... |
The timetable page and the folder for the files are currently not ignored in
.gitignore
.Add specific rules to ignore these files. Note that the name of the files is different for every student. In my case it was:
Welcome Aditya Vikram Singh to ERP, IIT Kharagpur.htm
and the folder was named similarly.The text was updated successfully, but these errors were encountered: