Skip to content
Snippets Groups Projects
.project 680 B
Newer Older
  • Learn to ignore specific revisions
  • Alfredo Chissotti's avatar
    Alfredo Chissotti committed
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
    	<name>pissirsmarthome_WebServer</name>
    	<comment></comment>
    	<projects>
    	</projects>
    	<buildSpec>
    		<buildCommand>
    			<name>org.eclipse.jdt.core.javabuilder</name>
    			<arguments>
    			</arguments>
    		</buildCommand>
    	</buildSpec>
    	<natures>
    		<nature>org.eclipse.jdt.core.javanature</nature>
    	</natures>
    
    	<filteredResources>
    		<filter>
    
    alfredo's avatar
    alfredo committed
    			<id>1667984197356</id>
    
    			<name></name>
    			<type>30</type>
    			<matcher>
    				<id>org.eclipse.core.resources.regexFilterMatcher</id>
    
    alfredo's avatar
    alfredo committed
    				<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
    
    			</matcher>
    		</filter>
    	</filteredResources>
    
    Alfredo Chissotti's avatar
    Alfredo Chissotti committed
    </projectDescription>