Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Pletnev committed Oct 13, 2019
1 parent 2dfb1ea commit a2aa808
Show file tree
Hide file tree
Showing 2,960 changed files with 936,091 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
.idea
protected/config/lock
node_modules
yarn.lock
/themes/backend/assets/
composer.lock
themes/backend/assets/package-lock\.json
7 changes: 7 additions & 0 deletions composer.json
@@ -0,0 +1,7 @@
{
"require": {
"php": ">=7.1",
"cocur/slugify": "^3.0",
"intervention/image": "^2.4"
}
}
1 change: 1 addition & 0 deletions framework/.htaccess
@@ -0,0 +1 @@
deny from all

0 comments on commit a2aa808

Please sign in to comment.