forked from horde/Util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (50 loc) · 788 Bytes
/
.gitignore
File metadata and controls
54 lines (50 loc) · 788 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
.DS_Store
.buildpath
.cache
.project
.settings
nbproject/
*~
.#*
*.bak
*.orig
*.rej
*.swp
*.kdev4
.kdev4/*
# Ignore ALL config files
conf.php
# Ignore testing files
run-tests.log
/test/*/*/*.diff
/test/*/*/*.exp
/test/*/*/*.log
/test/*/*/*.out
/test/*/*/*/*.diff
/test/*/*/*/*.exp
/test/*/*/*/*.log
/test/*/*/*/*.out
/vendor
/composer.lock
/var
/web
/.phpunit.cache
.phpunit.results.cache
.php-cs-fixer.cache
# Added by horde-components QC --fix-qc-issues
# Build artifacts directory
/build/
# PHPStorm IDE settings
/.idea/
# VSCode IDE settings
/.vscode/
# Claude Code CLI cache and state
/.claude/
# Cline extension data
/.cline/
# PHPUnit result cache
/.phpunit.result.cache
# PHPStan local configuration (if not committed)
/phpstan.neon
# PHPStan cache directory
/.phpstan.cache/