Skip to content

Commit

Permalink
chore: Remove Cypress environment variables and media files
Browse files Browse the repository at this point in the history
  • Loading branch information
noriega2112 committed Aug 10, 2024
1 parent 26bf91f commit 227f4e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ wheels/
.installed.cfg
*.egg

# Ignore Cypress environment variables & media
client/cypress.env.json
client/tests/e2e/screenshots/*
client/tests/e2e/videos/*

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
>unit-mocha</a
>
</li>
<li>
<a
href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-e2e-cypress"
target="_blank"
rel="noopener"
>e2e-cypress</a
>
</li>
</ul>
<h3>Essential Links</h3>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"noFallthroughCasesInSwitch": true,
"types": [
"vitest/globals",
"cypress"
],
"paths": {
"@/*": [
Expand Down

0 comments on commit 227f4e5

Please sign in to comment.