Skip to content

Commit

Permalink
config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsherrard committed Jun 16, 2016
0 parents commit 6c80251
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# editorconfig.org
root = true

[*]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{html,php,twig,md}]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
## Node.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs/*
results
npm-debug.log
node_modules

## Bower
# src/components

## Sass
.sass-cache

## OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes

## Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Ignore .scss files in build caused by the way gulp/gulp-ruby-sass handles errors
build/**/*.scss

# Map files
*.map

# Local testing folder
testing

# Vagrant
.vagrant

# Web/PHPstorm
.idea
.idea/

# WordPress
wp-config-local.php
wp-config-live.php

# PHP Testing
!app/phpspec.yaml
!app/phpunit.xml

#Composer
/vendor
composer.lock

.idea/encodings.xml
.workspace

0 comments on commit 6c80251

Please sign in to comment.