.gitignore
    
    ASCII text
        
            1
            *.pem 
        
            2
            tmp/ 
        
            3
            *build*/ 
        
            4
            node_modules/ 
        
            5