Skip to content

Commit 47d1b3c

Browse files
committed
Ignore macOS temp files
1 parent bfa4516 commit 47d1b3c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
target/
2+
*.iml
3+
.idea/
4+
*.xpr
5+
tmp/
6+
7+
github-report.html
8+
node_modules/*
9+
node/*
10+
11+
maven-archiver/
12+
13+
.DS_Store
14+
15+
src/test/cypress/videos/*.mp4
16+
src/test/cypress/screenshots/**/*.png

0 commit comments

Comments
 (0)