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
|
||||
* text=auto encoding=utf-8
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
*.sln merge=union
|
||||
*.csproj merge=union
|
||||
*.vbproj merge=union
|
||||
*.fsproj merge=union
|
||||
*.dbproj merge=union
|
||||
*.html diff=html
|
||||
*.php diff=php
|
||||
*.bat eol=crlf
|
||||
.gitignore -eol
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
tests/ export-ignore
|
||||
.* export-ignore
|
||||
build.xml export-ignore
|
||||
composer.* export-ignore
|
||||
phpdoc.* export-ignore
|
||||
|
|
53
.gitignore
vendored
53
.gitignore
vendored
|
@ -1,48 +1,45 @@
|
|||
#dependencies
|
||||
vendor/
|
||||
|
||||
#temp files
|
||||
# Temporary files and dependencies
|
||||
|
||||
vendor/
|
||||
documentation/
|
||||
tests/coverage
|
||||
tests/coverage/
|
||||
build/
|
||||
arsse.db*
|
||||
config.php
|
||||
.php_cs.cache
|
||||
build
|
||||
|
||||
# Windows image file caches
|
||||
|
||||
|
||||
|
||||
# Windows files
|
||||
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
|
||||
# OSX
|
||||
# =========================
|
||||
# macOS files
|
||||
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must ends with two \r.
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# archives
|
||||
|
||||
*.zip
|
||||
*.7z
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.deb
|
||||
*.rpm
|
||||
*.dmg
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
|
Loading…
Reference in a new issue