Skip to content
Snippets Groups Projects
.gitignore 158 B
Newer Older
  • Learn to ignore specific revisions
  • Ray Schamp's avatar
    Ray Schamp committed
    # Mac OS
    .DS_Store
    
    # NPM
    /node_modules
    npm-*
    
    # Testing
    /.nyc_output
    /coverage
    
    /build
    
    Ray Schamp's avatar
    Ray Schamp committed
    /.opt-in
    
    # generated translation files