diff options
author | 2022-05-10 11:38:46 +0200 | |
---|---|---|
committer | 2022-05-10 11:38:46 +0200 | |
commit | 2bd6b46c35d21040034b8ec3f87bd6eb1b83c541 (patch) | |
tree | d9115ec9a61f304e708bc9a20422bfb016dd971d /.gitignore | |
download | csv-utils-2bd6b46c35d21040034b8ec3f87bd6eb1b83c541.tar.gz csv-utils-2bd6b46c35d21040034b8ec3f87bd6eb1b83c541.zip |
Initial commitv0.0.1
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..e5aa5b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.iml +target
\ No newline at end of file |