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

Added .web-server-pid to .gitignore #1043

Merged
merged 1 commit into from
Jan 12, 2017
Merged

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Jan 12, 2017

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)

@fabpot
Copy link
Member

fabpot commented Jan 12, 2017

Thank you @lyrixx.

@fabpot fabpot merged commit ab8549d into symfony:master Jan 12, 2017
fabpot added a commit that referenced this pull request Jan 12, 2017
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants