Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • fc7ec0c15f6680febe71988ac1938abf3ba22fd8
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 313 B
    # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
    
    # dependencies
    /node_modules
    
    # next.js
    /.next/
    /out/
    
    # production
    /build
    
    # debug
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    .pnpm-debug.log*
    
    # env files
    .env*
    
    # vercel
    .vercel
    
    # typescript
    *.tsbuildinfo
    next-env.d.ts