File size: 91 Bytes
1d30d42 |
1 2 3 4 5 6 7 8 9 10 11 |
**/.vscode
**/.github
**/.git
**/.svn
**/.hg
**/node_modules
**/dist
**/build
*.config.js
|
1d30d42 |
1 2 3 4 5 6 7 8 9 10 11 |
**/.vscode
**/.github
**/.git
**/.svn
**/.hg
**/node_modules
**/dist
**/build
*.config.js
|