Skip to content

Commit

Permalink
fix: remove license (#34)
Browse files Browse the repository at this point in the history
* fix: remove license

* chore: minor tweaks in .gitattributes

* chore: hiding copier answers file
  • Loading branch information
aorumbayev authored Jul 8, 2024
1 parent 0f7e481 commit 7d032a3
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 107 deletions.
21 changes: 0 additions & 21 deletions examples/cloud_provider/production_react_netlify/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions examples/cloud_provider/production_react_vercel/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions examples/production_react/LICENSE

This file was deleted.

File renamed without changes.
21 changes: 0 additions & 21 deletions examples/starter_react/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions template_content/LICENSE

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_custom_answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run_init(
if result.returncode:
return result
# if successful, normalize .copier-answers.yml to make observing diffs easier
copier_answers = Path(copy_to / ".copier-answers.yml")
copier_answers = Path(copy_to / ".algokit" / ".copier-answers.yml")
content = copier_answers.read_text("utf-8")
content = commit_pattern.sub("_commit: <commit>", content)
content = src_path_pattern.sub("_src_path: <src>", content)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run_init(
if result.returncode:
return result
# if successful, normalize .copier-answers.yml to make observing diffs easier
copier_answers = Path(copy_to / ".copier-answers.yml")
copier_answers = Path(copy_to / ".algokit" / ".copier-answers.yml")
content = copier_answers.read_text("utf-8")
content = commit_pattern.sub("_commit: <commit>", content)
content = src_path_pattern.sub("_src_path: <src>", content)
Expand Down

0 comments on commit 7d032a3

Please sign in to comment.