Commit 
							
							·
						
						ec08931
	
1
								Parent(s):
							
							5411f37
								
Update .gitignore
Browse files- .gitignore +2 -0
    	
        .gitignore
    CHANGED
    
    | @@ -1,3 +1,5 @@ | |
| 1 | 
             
            *.html
         | 
| 2 | 
             
            *.js
         | 
| 3 | 
             
            *.css
         | 
|  | |
|  | 
|  | |
| 1 | 
             
            *.html
         | 
| 2 | 
             
            *.js
         | 
| 3 | 
             
            *.css
         | 
| 4 | 
            +
            # Rather than ignore 1000s of file individually, ignore their containing folders
         | 
| 5 | 
            +
            *
         | 

