Skip to content

Commit 2cb49c4

Browse files
committed
chore: add Cypress artifacts to .gitignore
- Add cypress/screenshots/, cypress/videos/, and cypress/downloads/ to .gitignore - Remove existing Cypress artifacts from git tracking - Prevents test artifacts from being committed to version control
1 parent 01f562a commit 2cb49c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jspm_packages/
9090
tmp/
9191
temp/
9292

93+
# Cypress artifacts
94+
cypress/screenshots/
95+
cypress/videos/
96+
cypress/downloads/
97+
9398
# Stellar specific
9499
stellar-keys/
95100
*.key

0 commit comments

Comments
 (0)