Browse Source

Clean up Git metadata

microsub
J. King 7 years ago
parent
commit
73d284e101
  1. 31
      .gitattributes
  2. 53
      .gitignore

31
.gitattributes

@ -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

@ -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…
Cancel
Save