diff options
author | Mavlon <82092080+mavlushechka@users.noreply.github.com> | 2022-09-21 01:42:43 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 01:42:43 +0500 |
commit | 95652fe8cb8a9007d99614077f1e67c448c30819 (patch) | |
tree | 1809b2468eac0259bba8607f6e66046ddb4a510c /.gitignore | |
parent | 3b1af3333d687e354ab9fa0a475ae7ef74b740f9 (diff) | |
parent | 7aa745ca6f86c307e871dd908b79bc296393d476 (diff) |
Merge pull request #1 from a1qa-education-L2/task-1
Add clear() and capitalizeFirstLetter() methods to the StringUtils and Field classes, and add target/ to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ build/ *.iml *.ipr out/ +target/ !**/src/main/**/out/ !**/src/test/**/out/
\ No newline at end of file |