pathtracer
pathtracer copied to clipboard
Possible issues with .gitignore
https://github.com/BashPrince/pathtracer/blob/7b27052c55912d6c12daa448b0de9bb0c80ceea1/.gitignore#L4
As in this line, you are ignoring some files that are essential for the program to run which are getting imported at,
https://github.com/BashPrince/pathtracer/blob/7b27052c55912d6c12daa448b0de9bb0c80ceea1/editor/ui/mainwindow.py#L1
https://github.com/BashPrince/pathtracer/blob/7b27052c55912d6c12daa448b0de9bb0c80ceea1/editor/ui/mainwindow.py#L2
I am sure these are very essential to the running of the program - it would be great if you remove this ignoring from .gitignore and push the files themselves. It would be great so I can possibly use your program then.