Inital commit with gulp and base asset setup
This commit is contained in:
parent
68f0811273
commit
8d704ae5c8
8 changed files with 5786 additions and 18 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -7,25 +7,15 @@ storage/framework/*
|
|||
/.idea
|
||||
/nbproject
|
||||
|
||||
package-lock.json
|
||||
composer.lock
|
||||
node_modules
|
||||
|
||||
_ide_helper_models.php
|
||||
*.log
|
||||
_ide_helper.php
|
||||
|
||||
sami.phar
|
||||
/.sami
|
||||
.phpstorm.meta.php
|
||||
.php_cs.cache
|
||||
public/assets/*
|
||||
|
||||
# For local development with docker
|
||||
# Remove if we ever put the Dockerfile in the repo
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
# for image related files
|
||||
misc
|
||||
.phpstorm.meta.php
|
||||
.php_cs.cache
|
||||
|
||||
# Vagrant
|
||||
*.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue