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