https://github.com/zipengliu/corgie-ui
Raw File
Tip revision: 8220e20948ff22167900c1c4c574517796f0d390 authored by Zipeng Liu on 03 February 2022, 09:34:30 UTC
add license
Tip revision: 8220e20
.gitignore
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.iml
.idea/
yarn.lock
public/data/
build/data/

publish.sh
back to top