Skip to content

Commit 7f177c2

Browse files
committed
Update CI
1 parent ce1e1dc commit 7f177c2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ target/
22
!.mvn/wrapper/maven-wrapper.jar
33
!**/src/main/**/target/
44
!**/src/test/**/target/
5+
.idea/
6+
*.iml
7+
*.class
58

69
### IntelliJ IDEA ###
710
.idea/modules.xml
@@ -37,3 +40,6 @@ build/
3740
### Mac OS ###
3841
.DS_Store
3942
/.allure/
43+
44+
# Исключаем файлы Allure, которые не нужны в репозитории
45+
allure-results/

0 commit comments

Comments
 (0)