Created
August 6, 2020 23:35
-
-
Save samlucax/5972593befe228b9ba9f1ce807b199cc to your computer and use it in GitHub Desktop.
Semana Agilizei 1.0 - Git Ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dependencias | |
node_modules/ | |
# relatorios mocha | |
mochawesome-report | |
# relatorios cucumber | |
cypress/reports/index.html | |
cypress/reports/index.html.json | |
cypress/reports/cucumber-json/** | |
# videos | |
cypress/videos | |
# outros | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment