Skip to content

Commit

Permalink
Exclude node_modules from Eclipse project
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 11, 2021
1 parent e431167 commit 6450d3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.python.pydev.pythonNature</nature>
</natures>
<filteredResources>
<filter>
<id>1613063664284</id>
<name></name>
<type>26</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-node_modules</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

0 comments on commit 6450d3d

Please sign in to comment.