Skip to content

Commit 7d032a3

Browse files
authored
fix: remove license (#34)
* fix: remove license * chore: minor tweaks in .gitattributes * chore: hiding copier answers file
1 parent 0f7e481 commit 7d032a3

File tree

13 files changed

+2
-107
lines changed

13 files changed

+2
-107
lines changed

examples/cloud_provider/production_react_netlify/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/cloud_provider/production_react_vercel/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/production_react/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/starter_react/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

template_content/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/test_custom_answers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run_init(
113113
if result.returncode:
114114
return result
115115
# if successful, normalize .copier-answers.yml to make observing diffs easier
116-
copier_answers = Path(copy_to / ".copier-answers.yml")
116+
copier_answers = Path(copy_to / ".algokit" / ".copier-answers.yml")
117117
content = copier_answers.read_text("utf-8")
118118
content = commit_pattern.sub("_commit: <commit>", content)
119119
content = src_path_pattern.sub("_src_path: <src>", content)

tests/test_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run_init(
113113
if result.returncode:
114114
return result
115115
# if successful, normalize .copier-answers.yml to make observing diffs easier
116-
copier_answers = Path(copy_to / ".copier-answers.yml")
116+
copier_answers = Path(copy_to / ".algokit" / ".copier-answers.yml")
117117
content = copier_answers.read_text("utf-8")
118118
content = commit_pattern.sub("_commit: <commit>", content)
119119
content = src_path_pattern.sub("_src_path: <src>", content)

0 commit comments

Comments
 (0)