diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-10 08:12:35 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-10 08:12:35 -0400 | 
| commit | 4a77c1cf54175d7714b288197160b46c700a9117 (patch) | |
| tree | b7eb2a0f6adda1ca861b5f460833a04c8810b9ab /.project | |
| parent | 4c67291aee90d1e42c51400d544882bcda8e1a18 (diff) | |
| download | NPEhero-4a77c1cf54175d7714b288197160b46c700a9117.tar.gz NPEhero-4a77c1cf54175d7714b288197160b46c700a9117.tar.bz2 NPEhero-4a77c1cf54175d7714b288197160b46c700a9117.zip | |
add gui classes
Diffstat (limited to '')
| -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>1683547755561</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> | 
