mirror of
https://github.com/chenasraf/clarity.git
synced 2026-05-17 17:48:05 +00:00
* Bug fix and updating unit tests for masking * Bumping up version to 0.6.37 * Bump terser from 5.10.0 to 5.14.2 (#260) * Updating package versions
25 lines
257 B
Plaintext
25 lines
257 B
Plaintext
# Build
|
|
build/
|
|
extension/
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# npm logs
|
|
npm-debug.log*
|
|
|
|
# yarn uses its own yarn.lock file
|
|
package-lock.json
|
|
|
|
# yarn logs
|
|
yarn-error.log
|
|
|
|
# chrome debug
|
|
debug.log
|
|
|
|
# environment file
|
|
.env
|