2022-02-11 13:56:28 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
/dist
|
2023-05-09 16:24:39 +00:00
|
|
|
/dist-result
|
2022-02-11 13:56:28 +00:00
|
|
|
/tmp
|
|
|
|
/out-tsc
|
2022-05-23 09:56:11 +00:00
|
|
|
/tools/executors/**/*.js
|
2022-07-06 15:53:35 +00:00
|
|
|
/tools/utils/*.js
|
2022-02-11 13:56:28 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
2022-08-10 12:45:36 +00:00
|
|
|
.vscode/settings.json
|
2022-02-11 13:56:28 +00:00
|
|
|
!.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
|
2022-03-14 15:52:02 +00:00
|
|
|
|
|
|
|
.local.env
|
|
|
|
.env.local
|
2022-05-23 09:05:53 +00:00
|
|
|
cypress.env.json
|
2022-08-31 04:35:46 +00:00
|
|
|
|
|
|
|
# Next.js
|
|
|
|
.next
|
2023-04-21 11:36:31 +00:00
|
|
|
|
2023-11-16 03:10:39 +00:00
|
|
|
# cypress
|
2023-05-17 15:21:10 +00:00
|
|
|
/apps/**/cypress/reports/
|
2023-05-31 16:10:41 +00:00
|
|
|
/apps/**/cypress/downloads/
|
|
|
|
/apps/**/fixtures/wallet/node**
|
2023-11-14 14:25:29 +00:00
|
|
|
|
2023-11-16 03:10:39 +00:00
|
|
|
# apps/trading/e2e
|
2023-11-14 18:05:07 +00:00
|
|
|
__pycache__/
|
|
|
|
apps/trading/e2e/logs/
|
|
|
|
apps/trading/e2e/.pytest_cache/
|
|
|
|
apps/trading/e2e/traces/
|
|
|
|
|
2023-11-27 10:42:47 +00:00
|
|
|
.nx/
|