Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 2fdb682

Browse files
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 .gitignore
2 parents 77f5880 + ab8549d commit 2fdb682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.web-server-pid
12
/app/config/parameters.yml
23
/build/
34
/phpunit.xml

0 commit comments

Comments
 (0)