[READ-ONLY] Mirror of https://github.com/wojtekmaj/react-native-qr-svg. Render QR codes as SVG in your React Native app.
389 B
35 lines
1# OS
2.DS_Store
3
4# Cache
5.cache
6.playwright
7.tmp
8*.tsbuildinfo
9.eslintcache
10
11# Yarn
12.pnp.*
13**/.yarn/*
14!**/.yarn/patches
15!**/.yarn/plugins
16!**/.yarn/releases
17!**/.yarn/sdks
18!**/.yarn/versions
19
20# Project-generated directories and files
21coverage
22dist
23node_modules
24playwright-report
25test-results
26package.tgz
27
28# Logs
29npm-debug.log
30yarn-error.log
31
32# .env files
33**/.env
34**/.env.*
35!**/.env.example