Cleanup .gitignore
.npmignore is not needed because there is a files array in package.json
This commit is contained in:
parent
083fd747ff
commit
88f90777a7
|
|
@ -1,5 +1,4 @@
|
|||
.fonts
|
||||
*.log
|
||||
*.pem
|
||||
*.pem.pub
|
||||
*.zip
|
||||
|
|
@ -7,6 +6,7 @@ bin/chromium-*.br
|
|||
build
|
||||
node_modules
|
||||
nodejs
|
||||
package-lock.json
|
||||
_/amazon/samconfig.toml
|
||||
_/amazon/.aws-sam
|
||||
*.tar
|
||||
*.tgz
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
_
|
||||
.fonts
|
||||
*.zip
|
||||
Loading…
Reference in New Issue