Remove project specific .gitignore files

This commit is contained in:
Kai S. K. Engelbart 2020-08-31 08:52:58 +02:00
parent f6c62f9073
commit dc114e5b3c
4 changed files with 4 additions and 6 deletions

4
.gitignore vendored
View File

@ -1 +1,5 @@
# build folders
target/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*.log

4
client/.gitignore vendored
View File

@ -1,4 +0,0 @@
/target/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

1
common/.gitignore vendored
View File

@ -1 +0,0 @@
/target/

1
server/.gitignore vendored
View File

@ -1 +0,0 @@
/target/