Skip to content

Commit 6b31ff9

Browse files
dev: add license to project and templates with gitignore pattern
1 parent e21ea20 commit 6b31ff9

File tree

9 files changed

+1713
-0
lines changed

9 files changed

+1713
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. This change
66
## Changed
77
- health: remove FUNDING.yaml and use Practicalli Org file
88
- readme: update sponsorship link to practicalli-johnny account
9+
- dev: add license to project and templates with gitignore pattern
910

1011

1112

resources/practicalli/application/root/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Common project files
1414
!CHANGELOG.md
1515
!README.md
16+
!LICENSE
1617

1718
# ------------------------
1819
# Include Clojure project & config

resources/practicalli/application/root/LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

resources/practicalli/landing_page/root/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Common project files
1414
!CHANGELOG.md
1515
!README.md
16+
!LICENSE
1617

1718
# ------------------------
1819
# Include Clojure project & config

resources/practicalli/landing_page/root/LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

resources/practicalli/minimal/root/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Common project files
1414
!CHANGELOG.md
1515
!README.md
16+
!LICENSE
1617

1718
# ------------------------
1819
# Include Clojure project & config

resources/practicalli/minimal/root/LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

resources/practicalli/service/root/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Common project files
1414
!CHANGELOG.md
1515
!README.md
16+
!LICENSE
1617

1718
# ------------------------
1819
# Include Clojure project & config

resources/practicalli/service/root/LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)