Skip to content

Commit

Permalink
fix(.gitattributes): patches issue where GitHub changes repository to…
Browse files Browse the repository at this point in the history
… the wrong language
  • Loading branch information
AsifNawaz-cnic committed Mar 22, 2024
1 parent c891d81 commit 7dfa4ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.devcontainer export-ignore
.github export-ignore
reports export-ignore
docs export-ignore
tests export-ignore

# files to exclude
Expand All @@ -16,4 +15,11 @@ phpunit.xml.dist export-ignore
*.sh export-ignore
.gitattributes export-ignore
.gitignore export-ignore
gulpfile.js export-ignore
gulpfile.js export-ignore

# fix language issue
*.html linguist-detectable=false
*.js linguist-detectable=false
*.css linguist-detectable=false
*.xml linguist-detectable=false
*.php linguist-detectable=true
5 changes: 2 additions & 3 deletions phpdoc.dist.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpdocumentor configVersion="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org">
<title>PHP SDK by CNIC</title>
<title>IDN Converter - PHP Library</title>
<paths>
<output>docs</output>
<cache>build/api-cache</cache>
</paths>
<version number="3.0.0">
<version number="1.0.0">
<api>
<source dsn=".">
<path>src</path>
</source>
<output>api</output>
<ignore hidden="true" symlinks="true">
<path>src/**/*</path>
<path>docs/**/*</path>
<path>tests/**/*</path>
<path>build/**/*</path>
Expand Down

0 comments on commit 7dfa4ff

Please sign in to comment.