Skip to content

Commit a6402fe

Browse files
committed
Add .gitignore
1 parent 89dba01 commit a6402fe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.iml
2+
*.ipr
3+
*.iws
4+
target/
5+
pom.xml.versionsBackup
6+
test-output/
7+
test-reports/
8+
.idea
9+
.DS_Store
10+
.classpath
11+
.settings
12+
.project
13+
temp-testng-customsuite.xml
14+
test-output
15+
.externalToolBuilders
16+
*~
17+
*.pyc
18+
*.class

0 commit comments

Comments
 (0)