chore(config): update .gitignore and .npmignore
This commit is contained in:
parent
77f9a27b84
commit
4188e481cf
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
|
@ -41,4 +42,4 @@ testem.log
|
||||||
|
|
||||||
# System Files
|
# System Files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
|
node_modules
|
||||||
/.github/FUNDING.yml
|
/.github/FUNDING.yml
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
|
Loading…
Reference in New Issue