question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project view shows many files that first-time users may be confused about

See original GitHub issue

First-time users will likely try to make sense of each and every entry shown in the Project view. Thus it’s important this only contains things they actually need to worry about.

I think we should be hiding the following:

  1. .idea dir: IDE settings that are typically edited using the IJ UI itself
  2. .iml file: Same as above
  3. .packages file: Generated pub artefact
  4. pubspec.lock file: Generated pub artefact

Additionally, the Dart plugin will automatically hide these:

  1. .pub dir: The local pub cache, not for editing
  2. build dir: build outputs, not a source artefact

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-doroshkocommented, Jan 13, 2017

Will small IDEs work with IML files at the top-level?

Yes, the engine is the same.

0reactions
alexander-doroshkocommented, Jan 16, 2017

The trick is that on project open and also on any Pub action started from the IDE Dart plugin auto-excludes these folders that results in the corresponding lines in the IML. You probably didn’t see dirty IML right after project open because it was not saved at that moment, but in memory IML was already updated with these lines.

So you shouldn’t remove these from the IML, they are there exactly for this purpose.

Read more comments on GitHub >

github_iconTop Results From Across the Web

In IntelliJ, How Do I Fix "These Files Do Not Belong to the ...
Today I tried to edit a file for the first time in this project and got the message, "These files do not belong...
Read more >
How versioning works in lists and libraries - Microsoft Support
When versioning is enabled in a list or library, you can store, track, and restore items in a list and files in a...
Read more >
6.1. Creating and Managing Projects — Code Composer ...
The Project Explorer view displays all projects that are part of the active workspace. The view is mostly a representation of the file...
Read more >
Syncing Teams files to your local computer
Look in your file browser (File Explorer in Windows, Finder in Mac) and you will see a folder named “MNSCU” (not to be...
Read more >
Working With Files and Directories – The Unix Shell
How can I create, copy, and delete files and directories? ... project/results ... your current directory using the GUI file explorer, does the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found