mirror of
https://github.com/iconify/iconify.git
synced 2024-12-12 13:47:49 +00:00
chore(tailwind): add gitignore and npmignore
This commit is contained in:
parent
aa55348abc
commit
ad8305400c
8
plugins/tailwind/.gitignore
vendored
Normal file
8
plugins/tailwind/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.DS_Store
|
||||||
|
npm-debug.log
|
||||||
|
yarn.lock
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
lib
|
||||||
|
tests-compiled
|
17
plugins/tailwind/.npmignore
Normal file
17
plugins/tailwind/.npmignore
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.DS_Store
|
||||||
|
.eslintignore
|
||||||
|
.eslintrc.js
|
||||||
|
api-extractor*.json
|
||||||
|
tsconfig*.json
|
||||||
|
rollup.config.js
|
||||||
|
build.js
|
||||||
|
npm-debug.log
|
||||||
|
yarn.lock
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
jest.config.js
|
||||||
|
node_modules
|
||||||
|
src
|
||||||
|
lib
|
||||||
|
tests
|
||||||
|
tests-compiled
|
||||||
|
demo
|
Loading…
Reference in New Issue
Block a user