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:
palash-signoz 2022-05-24 19:11:11 +05:30 committed by GitHub
parent 7c3edec3e6
commit 4a13c524a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View File

@ -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