summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMavlon <82092080+mavlushechka@users.noreply.github.com>2022-09-21 01:42:43 +0500
committerGitHub <noreply@github.com>2022-09-21 01:42:43 +0500
commit95652fe8cb8a9007d99614077f1e67c448c30819 (patch)
tree1809b2468eac0259bba8607f6e66046ddb4a510c /.gitignore
parent3b1af3333d687e354ab9fa0a475ae7ef74b740f9 (diff)
parent7aa745ca6f86c307e871dd908b79bc296393d476 (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd11693..6fb1b5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,6 @@ build/
*.iml
*.ipr
out/
+target/
!**/src/main/**/out/
!**/src/test/**/out/ \ No newline at end of file