Skip to content
Snippets Groups Projects
Select Git revision
  • fae0abafe5aa39f5c43626717f8da883f48d9480
  • main default protected
  • data
3 results

.gitignore

Blame
  • .gitignore 310 B
    # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
    
    # dependencies
    /node_modules
    /.pnp
    .pnp.js
    
    # testing
    /coverage
    
    # production
    /build
    
    # misc
    .DS_Store
    .env.local
    .env.development.local
    .env.test.local
    .env.production.local
    
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*