Skip to content
Snippets Groups Projects
.gitignore 247 B
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    .DS_Store
    node_modules/
    dist/
    
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    
    Pan's avatar
    Pan committed
    test/unit/coverage
    test/e2e/reports
    selenium-debug.log
    
    
    # Editor directories and files
    
    Pan's avatar
    Pan committed
    .idea
    
    .vscode
    *.suo
    *.ntvs*
    *.njsproj
    *.sln
    
    
    Pan's avatar
    Pan committed
    package-lock.json