-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 613 Bytes
/
.gitignore
File metadata and controls
45 lines (36 loc) · 613 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
# 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
# Nextcloud specific
data/
config/config.php
# Temporary files
*.tmp
*.temp
# Build output
build/
# 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/