mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: update git ignore, not needed files
This commit is contained in:
parent
cfffd04736
commit
d072428249
1 changed files with 1 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -15,9 +15,6 @@ coverage/
|
||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode/*
|
.vscode/*
|
||||||
.jscsrc
|
|
||||||
.jshintrc
|
|
||||||
jsconfig.json
|
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
@ -29,5 +26,4 @@ __tests__
|
||||||
__snapshots__
|
__snapshots__
|
||||||
|
|
||||||
# Compiled script
|
# Compiled script
|
||||||
static
|
static/
|
||||||
!static/favicon.png
|
|
||||||
|
|
Loading…
Reference in a new issue