diff options
author | Mavlon <82092080+mavlushechka@users.noreply.github.com> | 2022-09-21 01:26:20 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 01:26:20 +0500 |
commit | e7c380c64056a004a1d61f04df7afb2a1c1c3675 (patch) | |
tree | e43c1c00314dfe3c92779c5cb373136d8b418857 /.gitignore | |
parent | 528fbeb1542ffba584eecf8bc07528d1633f4fa5 (diff) |
Add target/ to .gitignoremain
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ build/ *.iml *.ipr out/ +target/ !**/src/main/**/out/ -!**/src/test/**/out/
\ No newline at end of file +!**/src/test/**/out/ |