I have some js files not linted (Linter: debug says file is ignored), and i think is because these files (local config files) are inside a directory added to .gitignore, because other js files outside .gitignore are linted well. How can i prevent this?
I have some js files not linted (Linter: debug says file is ignored), and i think is because these files (local config files) are inside a directory added to .gitignore, because other js files outside .gitignore are linted well. How can i prevent this?