2
0
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:
Vjacheslav Trushkin 2023-01-11 23:06:13 +02:00
parent aa55348abc
commit ad8305400c
2 changed files with 25 additions and 0 deletions

8
plugins/tailwind/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.DS_Store
npm-debug.log
yarn.lock
tsconfig.tsbuildinfo
node_modules
dist
lib
tests-compiled

View 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