Skip to content

Commit

Permalink
refactor(.env): add .env to .gitignore 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGERB committed May 14, 2017
1 parent 408dbee commit b30fda7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor

.env.prod
.env

node_modules
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ require('runtime/build/App.20170505085503.phar');
执行:

- composer install
- cp .env.example .env
- chmod -R 777 runtime

**网站服务模式:**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ require('runtime/build/App.20170505085503.phar');
Run:

- composer install
- cp .env.example .env
- chmod -R 777 runtime

**Web Server Mode:**
Expand Down

0 comments on commit b30fda7

Please sign in to comment.