Skip to content

Commit 3db9a45

Browse files
committed
chore: fix gitignore and license url
1 parent d88c6f5 commit 3db9a45

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@
1919
/favicon.ico
2020
/fonts/
2121
/styles/
22+
_excludefile.yml
2223
_site
2324
_tempconfig.yml
24-
_excludefile.yml
2525
bs-config.js
2626
build-docs.sh
27+
CODEOWNERS
2728
copy_content.sh
2829
copy_local.sh
2930
Dockerfile
31+
exclude.txt
3032
Gemfile
3133
Gemfile.lock
3234
install-npm.sh
@@ -38,3 +40,4 @@ SlugLog.log
3840
start-docs.sh
3941
temp_exclude_result.tmp
4042
watch.sh
43+
to_delete.md

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
https://www.apache.org/licenses/
3+
http://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -192,7 +192,7 @@
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
https://www.apache.org/licenses/LICENSE-2.0
195+
http://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)