-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 833 Bytes
/
.gitignore
File metadata and controls
58 lines (47 loc) · 833 Bytes
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Dependencies
vendor/
node_modules/
node_modules.broken-*/
# Test coverage and results
tests/coverage/
tests/results.xml
.phpunit.result.cache
test-results/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
server.log
# Local certificate/key material (never commit)
*.key
*.crt
*.pem
*.p12
*.pfx
*.cer
.nextcloud/
# Nextcloud specific
data/
config/config.php
# Temporary files
*.tmp
*.temp
# Build output
build/
# Generated by occ integrity:sign-app during release signing
appinfo/signature.json
# Release tarballs / signatures (docs + CHECKSUMS-*.txt may be committed)
release/*.tar.gz
release/*.tar.gz.asc
release/SIGNATURE-*.txt
release/APPSTORE-SIGNATURE*.txt
release/*.b64
# Local dev scripts (e.g. signing helper, not for public repo)
scripts/*
!scripts/check-l10n-placeholders.php