mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Clean up Git metadata
This commit is contained in:
parent
96ebf936e4
commit
73d284e101
2 changed files with 36 additions and 48 deletions
31
.gitattributes
vendored
31
.gitattributes
vendored
|
@ -1,22 +1,13 @@
|
||||||
# Auto detect text files and perform LF normalization
|
* text=auto encoding=utf-8
|
||||||
* text=auto
|
|
||||||
|
|
||||||
# Custom for Visual Studio
|
*.html diff=html
|
||||||
*.cs diff=csharp
|
*.php diff=php
|
||||||
*.sln merge=union
|
*.bat eol=crlf
|
||||||
*.csproj merge=union
|
.gitignore -eol
|
||||||
*.vbproj merge=union
|
|
||||||
*.fsproj merge=union
|
|
||||||
*.dbproj merge=union
|
|
||||||
|
|
||||||
# Standard to msysgit
|
|
||||||
*.doc diff=astextplain
|
tests/ export-ignore
|
||||||
*.DOC diff=astextplain
|
.* export-ignore
|
||||||
*.docx diff=astextplain
|
build.xml export-ignore
|
||||||
*.DOCX diff=astextplain
|
composer.* export-ignore
|
||||||
*.dot diff=astextplain
|
phpdoc.* export-ignore
|
||||||
*.DOT diff=astextplain
|
|
||||||
*.pdf diff=astextplain
|
|
||||||
*.PDF diff=astextplain
|
|
||||||
*.rtf diff=astextplain
|
|
||||||
*.RTF diff=astextplain
|
|
||||||
|
|
53
.gitignore
vendored
53
.gitignore
vendored
|
@ -1,48 +1,45 @@
|
||||||
#dependencies
|
|
||||||
vendor/
|
|
||||||
|
|
||||||
#temp files
|
# Temporary files and dependencies
|
||||||
|
|
||||||
|
vendor/
|
||||||
documentation/
|
documentation/
|
||||||
tests/coverage
|
tests/coverage/
|
||||||
|
build/
|
||||||
arsse.db*
|
arsse.db*
|
||||||
config.php
|
config.php
|
||||||
.php_cs.cache
|
.php_cs.cache
|
||||||
build
|
|
||||||
|
|
||||||
# Windows image file caches
|
|
||||||
|
|
||||||
|
|
||||||
|
# Windows files
|
||||||
|
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
|
|
||||||
# Folder config file
|
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
# Windows Installer files
|
|
||||||
*.cab
|
|
||||||
*.msi
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
|
|
||||||
# =========================
|
# macOS files
|
||||||
# Operating System Files
|
|
||||||
# =========================
|
|
||||||
|
|
||||||
# OSX
|
|
||||||
# =========================
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must ends with two \r.
|
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
|
||||||
._*
|
._*
|
||||||
|
|
||||||
# Files that might appear on external disk
|
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|
||||||
|
# archives
|
||||||
|
|
||||||
|
*.zip
|
||||||
|
*.7z
|
||||||
|
*.tar.gz
|
||||||
|
*.tgz
|
||||||
|
*.deb
|
||||||
|
*.rpm
|
||||||
|
*.dmg
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
Loading…
Reference in a new issue