playwrightjava1/.gitignore

17 lines
209 B
Plaintext
Raw Normal View History

### IDES ###
.idea/
2024-07-23 12:32:30 +00:00
*.iml
.vscode/
### PROJECT BUILD ###
2023-01-25 11:04:29 +00:00
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
out/
screenshots/*.png
test-reports/
2023-01-25 11:04:29 +00:00
### Mac OS ###
.DS_Store