2024-01-29 06:39:21 -05:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
dist
|
|
|
|
tmp
|
|
|
|
/out-tsc
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
.nx/cache
|
2024-08-07 01:57:51 -05:00
|
|
|
.nx/workspace-data
|
2024-02-22 08:40:18 -05:00
|
|
|
.env
|
2024-04-23 05:33:38 -05:00
|
|
|
|
|
|
|
.angular
|
|
|
|
|
|
|
|
**/assets/plugin.js
|
2024-07-12 05:27:17 -05:00
|
|
|
|
|
|
|
docs/api
|
2024-09-23 03:25:09 -05:00
|
|
|
|
|
|
|
|
|
|
|
apps/e2e/screenshots/*.png
|