mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
a4ca74602f
* Remove .travis.yml reference from .gitattributes * Minor refactoring of .svglintrc.js - Remove unused variables - Fix missing semi-colons - Remove unneeded indentation * Prevent error in clean command due to missing files * Fix indentations * Further improvements to Editorconfig and indentation * Format YAML files - Update indentation for array notation - Normalize use of newlines
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
* text=auto
|
|
|
|
# SVGs are treated as binary by default
|
|
*.svg text
|
|
|
|
# Don't diff machine generated files
|
|
package-lock.json -diff
|
|
Gemfile.lock -diff
|
|
|
|
# Treat images as binary
|
|
*.ico binary
|
|
*.png binary
|
|
|
|
# Don't export/archive these files
|
|
.github export-ignore
|
|
.gitpod.yml export-ignore
|
|
CNAME export-ignore
|