mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 16:49:01 +08:00
chore: test result is added in the .gitignore (#1191)
* chore: test result is added in the .gitignore * chore: cypress is removed from gitignore
This commit is contained in:
parent
7c3edec3e6
commit
4a13c524a3
5
.gitignore
vendored
5
.gitignore
vendored
@ -15,6 +15,7 @@ frontend/build
|
|||||||
frontend/.vscode
|
frontend/.vscode
|
||||||
frontend/.yarnclean
|
frontend/.yarnclean
|
||||||
frontend/.temp_cache
|
frontend/.temp_cache
|
||||||
|
frontend/test-results
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -27,10 +28,6 @@ frontend/npm-debug.log*
|
|||||||
frontend/yarn-debug.log*
|
frontend/yarn-debug.log*
|
||||||
frontend/yarn-error.log*
|
frontend/yarn-error.log*
|
||||||
frontend/src/constants/env.ts
|
frontend/src/constants/env.ts
|
||||||
frontend/cypress/**/*.mp4
|
|
||||||
|
|
||||||
# env file for cypress
|
|
||||||
frontend/cypress.env.json
|
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user