Updated .gitignore, and added editorconfig

This commit is contained in:
Joseph Cohen
2014-12-28 14:31:12 -06:00
parent baa5a86003
commit 9ebed338a8
2 changed files with 26 additions and 7 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

21
.gitignore vendored
View File

@@ -1,13 +1,20 @@
# Laravel
/bootstrap/compiled.php
/vendor
/node_modules
/app/assets/bower_components
composer.phar
/workbench
# Configuration
.env.*.php
.env.php
.DS_Store
Thumbs.db
config.codekit
npm-debug.log
# Assets development
/node_modules
/app/assets/bower_components
public/css/
public/js/
public/css/
# Packages
npm-debug.log
.vagrant/
tests/_output/*