Skip to content

Commit bdbc05b

Browse files
Merge pull request #12787 from nextcloud/bugfix/noid/ignore-all-phpserver-logs
fix(tests): Ignore all integration server logs
2 parents 809cf0d + 1a9bd81 commit bdbc05b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
/drone
2222

2323
# PHP Dev server output (integration tests)
24-
/tests/integration/phpserver.log
25-
/tests/integration/phpserver_fed.log
24+
/tests/integration/phpserver*.log
2625

2726
# Compiled javascript
2827
/js
@@ -36,8 +35,3 @@
3635

3736
# JetBrains Fleet settings
3837
/.fleet
39-
40-
# Recording server packages
41-
/recording/packaging/build/
42-
/recording/src/nextcloud/talk/recording/__pycache__/
43-
/recording/src/nextcloud_talk_recording.egg-info/

0 commit comments

Comments
 (0)