简体   繁体   中英

Atom / Rails: Why is Atom not showing the 'tmp' folder?

Just wanted to have a look into the 'tmp' folder of my Rails app. It's there (i see it in the console), but it doesn't show up in Atom.

Why?

tmp folder is probably ignored in git or other VCS you are using. Open settings tab in atom and check whether Exclude VCS ignored path is enabled and uncheck it if you want to display ignored files in the editor tree. Reload atom window ( View -> Developer -> Reload Window ) after updating settings if needed

Incase if someone still has issues viewing gitignored files & if the accepted answer doesn't work.

- Navigate to: Atom -> Preferences -> Packages -> "Search for 'tree-view'"
- Click on tree-view package and click on settings
- Uncheck "Hide VCS Ignored Files"

The Files should be visible now.

Source

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM