From 6f482bfaba25c72b448f6351107619b5806da984 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Mon, 12 Jun 2023 14:16:13 +0530 Subject: [PATCH] update git files --- .gitattributes | 2 ++ .gitignore | 12 +++++++++++- LICENCE => LICENSE | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitattributes rename LICENCE => LICENSE (97%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore index 168b657..561dd00 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ -*.tmp* \ No newline at end of file +/node_modules/ +/package-lock.json +/args/config*.json +/args/param.json +/args/keys*.json +/args/prime_index*.b +/args/indexes*/ +/log.txt +/bash_start* +*test* +*.tmp* diff --git a/LICENCE b/LICENSE similarity index 97% rename from LICENCE rename to LICENSE index d3f4c4c..b366792 100644 --- a/LICENCE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Sai Raj +Copyright (c) 2021 Ranchimall Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal