 Luiz Pestana
					
					4 years ago
						Luiz Pestana
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			  1 changed files with 
5 additions and 
0 deletions
			
		 
		
			
				- 
					
					
					 
					.gitignore
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @ -1,6 +1,11 @@ | 
		
	
		
			
			|  |  |  | # Ignore generated files | 
		
	
		
			
			|  |  |  | # ... | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | # Ignore all without extensions | 
		
	
		
			
			|  |  |  | * | 
		
	
		
			
			|  |  |  | !*.* | 
		
	
		
			
			|  |  |  | !*/ | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | # Ignore VIM's backup generated files | 
		
	
		
			
			|  |  |  | *.swp | 
		
	
		
			
			|  |  |  | *.swo | 
		
	
	
		
			
				|  |  |  |