-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ignore confluence userlink
- Loading branch information
Showing
5 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
FILES=$(git diff --diff-filter=d --name-only HEAD | grep '.php$') | ||
for file in $FILES; do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>空间 1 : Image Demo</title> | ||
<link rel="stylesheet" href="styles/site.css" type="text/css"/> | ||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
</head> | ||
|
||
<body class="theme-default aui-theme-default"> | ||
<div id="page"> | ||
<div id="main" class="aui-page-panel"> | ||
<div id="main-header"> | ||
<div id="breadcrumb-section"> | ||
<ol id="breadcrumbs"> | ||
<li class="first"> | ||
<span><a href="index.html">Demo</a></span> | ||
</li> | ||
<li> | ||
<span><a href="65591.html">Demo</a></span> | ||
</li> | ||
</ol> | ||
</div> | ||
<h1 id="title-heading" class="pagetitle"> | ||
<span id="title-text"> | ||
空间 1 : Image Demo | ||
</span> | ||
</h1> | ||
</div> | ||
|
||
<div id="content" class="view"> | ||
<div class="page-metadata"> | ||
|
||
|
||
Created by <span class='author'> admin</span>, last modified on 七月 05, 2021 | ||
</div> | ||
<div id="main-content" class="wiki-content group"> | ||
<a class="confluence-userlink url fn" data-username="admin" href=""><img class="userLogo logo" src="images/icons/profilepics/default.svg" alt="" title="admin"></a> | ||
<p>world</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div id="footer" role="contentinfo"> | ||
<section class="footer-body"> | ||
<p>Document generated by Confluence on 七月 05, 2021 18:26</p> | ||
<div id="footer-logo"><a href="http://www.atlassian.com/">Atlassian</a></div> | ||
</section> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
world |