Skip to content

Commit

Permalink
UPD: reporter sadrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Itskiprotich committed Aug 6, 2024
1 parent 3229164 commit bff4005
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 156 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
/config/bootstrap.php
/config/.env
.env
bake_permissions.sh
bake_all_templates.sh
bake_all_models.sh
bake_all_controllers.sh
bake_all_default_values.sh
/logs/*
/tmp/*
/vendor/*
Expand Down
23 changes: 0 additions & 23 deletions bake_all_controllers.sh

This file was deleted.

65 changes: 0 additions & 65 deletions bake_all_default_values.sh

This file was deleted.

16 changes: 0 additions & 16 deletions bake_all_models.sh

This file was deleted.

23 changes: 0 additions & 23 deletions bake_all_templates.sh

This file was deleted.

29 changes: 0 additions & 29 deletions bake_permissions.sh

This file was deleted.

5 changes: 5 additions & 0 deletions in.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git rm -r --cached bake_permissions.sh
git rm -r --cached bake_all_templates.sh
git rm -r --cached bake_all_models.sh
git rm -r --cached bake_all_controllers.sh
git rm -r --cached bake_all_default_values.sh

0 comments on commit bff4005

Please sign in to comment.