summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 904042c28a2cc2b9aa578ceef715f3afc44d9404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Exclude npm stuff
/build
/node_modules

# PHP Code Sniffer
/vendor
/vendor-bin/*/vendor
/lib/Vendor
/.php-cs-fixer.cache

# Local docs
/site

# Karma/jasmine coverage data
/coverage
/tests/php/coverage-html
/tests/php/clover.xml
/tests/php/.phpunit.result.cache
/tests/integration/vendor
/tests/integration/output
/drone

# PHP Dev server output (integration tests)
/tests/integration/phpserver.log
/tests/integration/phpserver_fed.log

# Compiled javascript
/js

# VScode settings
/.vscode
*.code-workspace

# JetBrains IDEs settings
/.idea

# JetBrains Fleet settings
/.fleet

# Recording server packages
/recording/packaging/build/
/recording/src/nextcloud/talk/recording/__pycache__/
/recording/src/nextcloud_talk_recording.egg-info/