Sublime Forum

One file of many not appearing in file browser

#1

I have the following list of files in a directory:

drwxr-xr-x 2 anichols staff 136 Jun 11 10:06 app-scripts
drwxr-xr-x 2 anichols staff 204 May 24 16:48 db-scripts
drwxr-xr-x 2 anichols staff 136 Jun 11 10:06 mon-scripts
-rw-r–r-- 1 anichols staff 545 Apr 19 15:41 nrpe-xinetd
-rw-r–r-- 1 anichols staff 534 Apr 19 15:41 nrpe-xinetd.corp
-rw-r–r-- 1 anichols staff 545 Apr 19 15:41 nrpe-xinetd.prod
-rw-r–r-- 1 anichols staff 1360 Apr 19 15:41 nrpe.cfg.corp.default
-rw-r–r-- 1 anichols staff 1821 Apr 19 15:41 nrpe.cfg.corp.loadtestdb
-rw-r–r-- 1 anichols staff 1353 Apr 19 15:41 nrpe.cfg.corp.mongo
-rw-r–r-- 1 anichols staff 1562 Apr 19 15:41 nrpe.cfg.corp.opsprodlogs
-rw-r–r-- 1 anichols staff 1358 Apr 19 15:41 nrpe.cfg.corp.perftest
-rw-r–r-- 1 anichols staff 1790 Apr 19 15:41 nrpe.cfg.corp.rust
-rw-r–r-- 1 anichols staff 1360 Apr 19 15:41 nrpe.cfg.corp.splunk
-rw-r–r-- 1 anichols staff 1449 Jun 6 13:58 nrpe.cfg.corp.trust
-rw-r–r-- 1 anichols staff 1360 Apr 19 15:41 nrpe.cfg.default.default
-rw-r–r-- 1 anichols staff 1371 Apr 19 15:41 nrpe.cfg.prod.a2app
-rw-r–r-- 1 anichols staff 1601 Jun 19 09:57 nrpe.cfg.prod.app
-rw-r–r-- 1 anichols staff 4315 Jul 3 15:05 nrpe.cfg.prod.db
-rw-r–r-- 1 anichols staff 1371 Apr 19 15:41 nrpe.cfg.prod.default
-rw-r–r-- 1 anichols staff 1447 Apr 19 15:41 nrpe.cfg.prod.deploy
-rw-r–r-- 1 anichols staff 1453 Jun 14 15:42 nrpe.cfg.prod.mms
-rw-r–r-- 1 anichols staff 1371 Jun 11 10:06 nrpe.cfg.prod.mon
-rw-r–r-- 1 anichols staff 1456 Apr 19 15:41 nrpe.cfg.prod.mongo
-rw-r–r-- 1 anichols staff 1964 Jun 19 09:57 nrpe.cfg.prod.sdb
-rw-r–r-- 1 anichols staff 1544 Apr 19 15:41 nrpe.cfg.prod.splunk
-rw-r–r-- 1 anichols staff 1462 Apr 19 15:41 nrpe.cfg.prod.web

All of these files appear in the file browser in sublime except the file ‘nrpe.cfg.prod.db’. This file is also not searched when performing a global search - this is how I discovered it was missing, I made changes in all the places sublime search found a string but it missed this file.

Is there some list of filename extensions or otherwise which are excluded from being shown in a directory?

This is not part of a project - just a directory I opened in sublime to edit the files.

0 Likes

#2

Preferences > Settings - Default.

Make all changes in Settings - User so it’s not overridden.

0 Likes

#3

As C0D312 was likely planning to mention, you want to be looking at the file_exclude_patterns setting in those files

0 Likes