# artifacts
dist/

# dependencies
**/node_modules

# testing
coverage

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# git
**/.git

# ignore files
**/.*ignore

# other
package-lock.json
LICENSE