Updated .gitignore, and added editorconfig
This commit is contained in:
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
21
.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user