I am using git and uploading all of my files to github. The files that are located in the view/ folder that end in a .jade file extension are not getting uploaded to github.
To go even further for what I did, I made sure the original source on my mac had the .jade files and they existed in the view/ directory (they existed and had text content)
I pushed to github. everythings good.
I changed to a Junk/ directory and did a git clone
I opened the views/ directory and... no files exist. No .jade files when they should all be there.
Any help would be much appreciated. If nothing else point me in the direction for a solution to this issue
Am I going to have to 'hack' it and use some sort of push hook to change all the .jade files to .txt before pushing and after pulling have another script to go and change all .txt files that exist in the views/ directory to have the .jade file extension? Right now that is all I can think of... so hopefully I'm missing a setting or something really simple without having to write code!
Here is what the view folder looks like on github (you cannot click on it on the website because its grayed out..?)