-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
297 additions
and
206 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
; top-most EditorConfig file | ||
root = true | ||
|
||
; Unix-style newlines | ||
[*] | ||
end_of_line = LF | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
[{*.yml, *.yaml}] | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.adoc] | ||
trim_trailing_whitespace = false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Path-based git attributes | ||
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html | ||
# Auto detect text files and perform LF normalization | ||
* text eol=lf | ||
|
||
# (binary is a macro for -text -diff) | ||
*.br binary | ||
*.png binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.gif binary | ||
*.gz binary | ||
*.ico binary | ||
*.mov binary | ||
*.mp4 binary | ||
*.mp3 binary | ||
*.flv binary | ||
*.fla binary | ||
*.swf binary | ||
*.gz binary | ||
*.zip binary | ||
*.7z binary | ||
*.ttf binary | ||
*.otf binary | ||
*.eot binary | ||
*.woff binary | ||
*.woff2 binary | ||
*.pyc binary | ||
*.pdf binary | ||
|
||
# Ignore hidden files & directories | ||
/.editorconfig export-ignore | ||
/.env export-ignore | ||
/.env.example export-ignore | ||
/.eslintrc export-ignore | ||
/.eslintignore export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.gitlab-ci.yml export-ignore | ||
/.gitmodules export-ignore | ||
/.idea export-ignore | ||
/.stylelintignore export-ignore | ||
/.stylelintrc.json export-ignore | ||
|
||
# Ignore directories | ||
/.githooks export-ignore | ||
/dev export-ignore | ||
/gulp-tasks export-ignore | ||
/node_modules export-ignore | ||
/vendor export-ignore | ||
|
||
# Ignore files | ||
/docker-compose.yml export-ignore | ||
/fractal.config.js export-ignore | ||
/gulpfile.js export-ignore | ||
/package.json export-ignore | ||
/package-lock.json export-ignore | ||
/phpcs.xml export-ignore | ||
/phpmd.xml export-ignore | ||
/phpunit.php export-ignore | ||
/phpunit.xml export-ignore | ||
/README.adoc export-ignore |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains 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
This file contains 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
Oops, something went wrong.