diff options
author | Carpenter, Adam (CORP) <Adam.Carpenter@adp.com> | 2021-10-12 14:07:10 -0400 |
---|---|---|
committer | Carpenter, Adam (CORP) <Adam.Carpenter@adp.com> | 2021-10-12 14:07:10 -0400 |
commit | 2f67f82a64f4eabfbe758655099f48d8afa07fc3 (patch) | |
tree | 8aaad4e02f09635930b13db9851b3696ac345343 /.gitignore | |
parent | 154367ad2f598b99ca9ccdec175eddcdfa09ef76 (diff) | |
download | altruistic-angelshark-2f67f82a64f4eabfbe758655099f48d8afa07fc3.tar.xz altruistic-angelshark-2f67f82a64f4eabfbe758655099f48d8afa07fc3.zip |
feat: init upload
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92bb828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.cfg +*.csv +*.json +*.tsv +*.txt +/target +Cargo.lock +angelshark.toml
\ No newline at end of file |