diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 22:54:35 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 22:54:35 -0400 | 
| commit | 7ea0790575bbeabcab52804636a1a87153e93159 (patch) | |
| tree | 078c95997e903399d0031c4a7f4a856dddccdc3c /.project | |
| parent | 75f0a15229cab6c0c00e7819c1496569ad4a4b8e (diff) | |
| download | NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.tar.gz NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.tar.bz2 NPEhero-7ea0790575bbeabcab52804636a1a87153e93159.zip | |
test vscode 2
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 11 | 
1 files changed, 11 insertions, 0 deletions
| @@ -14,4 +14,15 @@  	<natures>  		<nature>org.eclipse.jdt.core.javanature</nature>  	</natures> +	<filteredResources> +		<filter> +			<id>1682561836288</id> +			<name></name> +			<type>30</type> +			<matcher> +				<id>org.eclipse.core.resources.regexFilterMatcher</id> +				<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> +			</matcher> +		</filter> +	</filteredResources>  </projectDescription> | 
