Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ticker_config
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallets
ticker_config
Commits
c46e42c0
Commit
c46e42c0
authored
Sep 10, 2018
by
rlgy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0ce7b022
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
.gitignore
.gitignore
+1
-0
.gitkeep
backend/assets/.gitkeep
+0
-0
build.sh
build.sh
+11
-0
No files found.
.gitignore
View file @
c46e42c0
...
@@ -6,6 +6,7 @@ runtime/*
...
@@ -6,6 +6,7 @@ runtime/*
# web assets
# web assets
assets/*
assets/*
backend/assets/
# web config
# web config
**/main-local.php
**/main-local.php
...
...
backend/assets/.gitkeep
100644 → 100755
View file @
c46e42c0
File mode changed from 100644 to 100755
build.sh
0 → 100644
View file @
c46e42c0
cp
api/index-dev.php api/index.php
cp
api/config/main.php api/config/main-local.php
cp
api/config/params.php api/config/params-local.php
cp
backend/index-dev.php backend/index.php
cp
backend/config/main.php backend/config/main-local.php
cp
backend/config/params.php backend/config/params-local.php
cp
common/config/main.php common/config/main-local.php
cp
common/config/params.php common/config/params-local.php
cp
console/config/main.php console/config/main-local.php
cp
console/config/params.php console/config/params-local.php
chmod
777 backend/assets/
-R
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment