Skip to content
Snippets Groups Projects
Select Git revision
  • b91152cd4a053a5686447ede17bbd998b0516f02
  • main default protected
  • revert-9d4bb3d3
3 results

LICENSE

Blame
  • This project is licensed under the MIT License. Learn more
    .gitignore 265 B
    # Logs
    logs
    *.log
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    pnpm-debug.log*
    lerna-debug.log*
    dev
    
    node_modules
    dist-ssr
    *.local
    
    package-lock.json
    
    # Editor directories and files
    .vscode/*
    !.vscode/extensions.json
    .idea
    .DS_Store
    *.suo
    *.ntvs*
    *.njsproj
    *.sln