clash-and-dashboard/.gitignore
2021-08-15 21:44:47 +08:00

15 lines
165 B
Plaintext

.idea/
dist/
node_modules/
src/**/*.jsx
tests/__coverage__/
tests/**/*.jsx
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*