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