Move all scripts to a single directory

This commit is contained in:
Omar Abdulla
2025-11-10 10:15:41 +03:00
parent 347dcb4488
commit ee6d7f9c27
2 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -3,6 +3,7 @@
.DS_Store
node_modules
/*.json
*.sh
# We do not want to commit any log files that we produce from running the code locally so this is
# added to the .gitignore file.
@@ -13,7 +14,4 @@ workdir
!/schema.json
!/dev-genesis.json
# Ignore all shell scripts except for the `run_tests.sh` script
*.sh
!run_tests.sh
!/scripts/*