This repository was archived by the owner on Nov 27, 2020. It is now read-only.
Commit 2fdb682
committed
bug #1043 Added .web-server-pid to .gitignore (lyrixx)
This PR was merged into the 3.3-dev branch.
Discussion
----------
Added .web-server-pid to .gitignore
This fixes:
```
>[{..}ithub.com/lyrixx/symfony-standard](server-log) git st
nothing to commit, working tree clean
>[{..}ithub.com/lyrixx/symfony-standard](server-log) bin/console server:start
[OK] Server listening on http://127.0.0.1:8001
>[{..}ithub.com/lyrixx/symfony-standard](server-log %) git st
Untracked files:
(use "git add <file>..." to include in what will be committed)
.web-server-pid
nothing added to commit but untracked files present (use "git add" to track)
```
Commits
-------
ab8549d Added .web-server-pid to .gitignore1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments