Skip to content
Snippets Groups Projects
.gitignore 496 B
Newer Older
  • Learn to ignore specific revisions
  • # SPDX-FileCopyrightText: 2017-2019 PanJiaChen <https://github.com/PanJiaChen/vue-element-admin>
    # SPDX-License-Identifier: MIT
    
    #
    # SPDX-FileCopyrightText: 2019-2022 Pleroma Authors <https://pleroma.social>
    # SPDX-License-Identifier: AGPL-3.0-only
    
    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