diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-03-29 16:39:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 16:39:05 +0200 |
commit | 11b388ae14041074aa85579afef0a26fc3b55302 (patch) | |
tree | 2ec428521ae392ffe88e3fdcd6219b8e8aac19ca /.gitignore | |
parent | Merge pull request #14 from UnionInternationalCheminsdeFer/structure_change (diff) | |
parent | maven dependencies (diff) | |
download | UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar.gz UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar.bz2 UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar.lz UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar.xz UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.tar.zst UIC-barcode-11b388ae14041074aa85579afef0a26fc3b55302.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -/bin/ -/target/ +/bin/
+/target/
+/.settings/
+
|