Updated .gitignore, and added editorconfig
This commit is contained in:
@@ -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
|
||||||
+14
-7
@@ -1,13 +1,20 @@
|
|||||||
|
# Laravel
|
||||||
/bootstrap/compiled.php
|
/bootstrap/compiled.php
|
||||||
/vendor
|
/vendor
|
||||||
/node_modules
|
/workbench
|
||||||
/app/assets/bower_components
|
|
||||||
composer.phar
|
# Configuration
|
||||||
.env.*.php
|
.env.*.php
|
||||||
.env.php
|
.env.php
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
config.codekit
|
config.codekit
|
||||||
npm-debug.log
|
|
||||||
public/js/
|
# Assets development
|
||||||
|
/node_modules
|
||||||
|
/app/assets/bower_components
|
||||||
public/css/
|
public/css/
|
||||||
|
public/js/
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
npm-debug.log
|
||||||
|
.vagrant/
|
||||||
|
tests/_output/*
|
||||||
|
|||||||
Reference in New Issue
Block a user