Skip to content
Snippets Groups Projects
Select Git revision
  • e54bde46191e0abed400c8a2f50f489f485b5c72
  • master default
  • mia_panic_branch
  • plotting
  • gen
  • testing_evo
  • 3daysago
  • 4daysago
  • 5daysago
  • Max
  • 6daysago
  • 0.as
  • 0.asdf
  • 0.01
  • 0.1
  • 0
16 results

.gitignore

Blame
  • .gitignore 368 B
    # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
    
    # dependencies
    /node_modules
    /.pnp
    .pnp.js
    
    # testing
    /coverage
    
    # next.js
    /.next/
    /out/
    
    # production
    /build
    
    # misc
    .DS_Store
    *.pem
    
    # debug
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    
    # local env files
    .env*.local
    
    # vercel
    .vercel
    
    # typescript
    *.tsbuildinfo
    next-env.d.ts