Sublime-Executor
Sublime-Executor copied to clipboard
Better gitignore match
ignore build matches files called build.py
I propose using the output of git ls-files. It gives back the list of files, each of which can then be checked with os.access, without recursions and custom parsing
That’s an idea. I will have to assume git exists, but that can be checked