Last active
July 30, 2019 14:13
-
-
Save geminorum/4e117f1d682f0a6a6a14acd2dcf19900 to your computer and use it in GitHub Desktop.
dot files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
indent_style = tab | |
[{.jshintrc,.bowerrc,*.json,*.yml,*.css,*.scss,*.js}] | |
indent_style = space | |
indent_size = 2 | |
[*.md] | |
trim_trailing_whitespace = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* text eol=lf | |
*.png binary | |
*.jpg binary | |
*.woff binary | |
*.woff2 binary | |
*.ttf binary | |
*.eot binary | |
*.mo binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.build | |
.idea | |
.gulp | |
.imdone | |
.temp | |
/css/maps | |
/components | |
/node_modules | |
composer.lock | |
npm-debug.log | |
.tinypng-sigs | |
environment.yml | |
.env | |
.ftpconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment