chore(libs): add env files

This commit is contained in:
moklick
2023-09-18 15:59:21 +02:00
parent 087ef82618
commit 39a696afcb
4 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,7 +5,6 @@ examples/build
cypress/videos cypress/videos
cypress/screenshots cypress/screenshots
dist dist
.env
stats.html stats.html
.eslintcache .eslintcache
.idea .idea

1
packages/react/.env Normal file
View File

@@ -0,0 +1 @@
LIB=react

1
packages/svelte/.env Normal file
View File

@@ -0,0 +1 @@
LIB=svelte

View File

@@ -3,8 +3,6 @@ node_modules
/build /build
/.svelte-kit /.svelte-kit
/package /package
.env
.env.*
!.env.example !.env.example
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*