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
|
.fonts
|
||||||
*.log
|
|
||||||
*.pem
|
*.pem
|
||||||
*.pem.pub
|
*.pem.pub
|
||||||
*.zip
|
*.zip
|
||||||
|
|
@ -7,6 +6,7 @@ bin/chromium-*.br
|
||||||
build
|
build
|
||||||
node_modules
|
node_modules
|
||||||
nodejs
|
nodejs
|
||||||
package-lock.json
|
|
||||||
_/amazon/samconfig.toml
|
_/amazon/samconfig.toml
|
||||||
_/amazon/.aws-sam
|
_/amazon/.aws-sam
|
||||||
|
*.tar
|
||||||
|
*.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
_
|
|
||||||
.fonts
|
|
||||||
*.zip
|
|
||||||
Loading…
Reference in New Issue