initial commit
This commit is contained in:
commit
e869a1cab4
107 changed files with 9029 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
.idea/
|
||||
app/cache/
|
||||
node_modules/
|
||||
vendor/
|
||||
*.lock
|
||||
|
||||
app/data/*
|
||||
app/config/conf.local.yml
|
||||
app/log.txt
|
||||
|
||||
# Ignore transpiled files
|
||||
|
||||
/public/css/application.min.css
|
||||
/public/js/
|
||||
Reference in a new issue