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