mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-30 23:50:04 +03:00
Remove ^M from file to make line-endings consistent
This commit is contained in:
parent
7759a98f71
commit
40566ec98e
1 changed files with 12 additions and 12 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,15 +1,15 @@
|
||||||
hugo
|
hugo
|
||||||
docs/public*
|
docs/public*
|
||||||
/.idea
|
/.idea
|
||||||
hugo.exe
|
hugo.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
nohup.out
|
nohup.out
|
||||||
cover.out
|
cover.out
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
vendor/*/
|
vendor/*/
|
||||||
*.bench
|
*.bench
|
||||||
coverage*.out
|
coverage*.out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue