diff options
author | 2022-11-30 15:50:28 +0100 | |
---|---|---|
committer | 2022-11-30 15:50:28 +0100 | |
commit | 131fdc8516c402e118df6257fc269afbcd5d832c (patch) | |
tree | 24351bb67835942d09eaa34351e24798ff1ea430 /.gitignore | |
download | commons-page-131fdc8516c402e118df6257fc269afbcd5d832c.tar.gz commons-page-131fdc8516c402e118df6257fc269afbcd5d832c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a1ba30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +target/ +*.class
\ No newline at end of file |