mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* feat: qrcode wrapper in angular * chore: refactor * feat: working qrcode * fix: websockets * fix: lottie animations * chore: add readme * ci: angular --------- Co-authored-by: vishal <vishalkoolkarni0045@gmail.com>
38 lines
443 B
Plaintext
38 lines
443 B
Plaintext
node_modules/
|
|
dist/
|
|
yarn.lock
|
|
yarn-error.log
|
|
*.log
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Angular specific
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Output directories
|
|
dist/
|
|
tmp/
|
|
out-tsc/
|
|
|
|
# Build generated files
|
|
*.tgz
|
|
*.tar.gz |