mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
23f97f8ad8
* removed composer.json and package.json from ignores in .gitattributes;
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
*.sln merge=union
|
|
*.csproj merge=union
|
|
*.vbproj merge=union
|
|
*.fsproj merge=union
|
|
*.dbproj merge=union
|
|
|
|
# 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
|
|
|
|
# Directories
|
|
/.wordpress-org export-ignore
|
|
/.github export-ignore
|
|
/assets/sass export-ignore
|
|
/assets/libs/fontawesome/scss export-ignore
|
|
/blocks-src export-ignore
|
|
/docs export-ignore
|
|
/node_modules export-ignore
|
|
/tests export-ignore
|
|
|
|
# Files
|
|
/.bowerrc export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.jshintrc export-ignore
|
|
/.travis.yml export-ignore
|
|
/bower.json export-ignore
|
|
/gulpfile.js export-ignore
|
|
/hookdoc-conf.json export-ignore
|
|
/manifest.json export-ignore
|
|
/package-lock.json export-ignore
|
|
/phpcs.xml export-ignore
|
|
/phpdoc.dist.xml export-ignore
|
|
/README.md export-ignore
|
|
*.sass export-ignore
|