You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The find in files default exclude and include values should be empty? And offer a better way that having a predetermined list of defaults, like a pop up table or something more friendly for a GUI
include = .pyw?$|.ipy$|.txt$|.rst$
exclude = .pyc$|.pyo$|.orig$|.hg|.svn|\bbuild\b
I was bitten by this by not finding stuff in a file named build.py due to the nature of the exclude list. I would take the build out at least.
@spyder-ide/core-developers ideas?
The text was updated successfully, but these errors were encountered:
The find in files default exclude and include values should be empty? And offer a better way that having a predetermined list of defaults, like a pop up table or something more friendly for a GUI
include = .pyw?$|.ipy$|.txt$|.rst$
exclude = .pyc$|.pyo$|.orig$|.hg|.svn|\bbuild\b
I was bitten by this by not finding stuff in a file named
build.py
due to the nature of the exclude list. I would take the build out at least.@spyder-ide/core-developers ideas?
The text was updated successfully, but these errors were encountered: