-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 887 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 887 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
# No backup files, editor temp
*~
\#*
*.bak
.idea/
# Composer
htdocs/class/libraries/composer.json
htdocs/class/libraries/composer.lock
# Test artifacts
coverage.clover
git-phpcs.phar
# XOOPS runtime configuration (generated by installer)
htdocs/mainfile.php
htdocs/xoops_data/caches/smarty_cache/*
htdocs/xoops_data/caches/smarty_compile/*
htdocs/xoops_data/caches/xoops_cache/*
htdocs/xoops_data/caches/xoops_cache/*/
htdocs/xoops_data/configs/*
htdocs/xoops_data/protector/*
htdocs/xoops_data/data/secure.php
htdocs/xoops_data/data/license.php
htdocs/xoops_data/data/*key*
# Local config overrides (only .dist files are tracked)
phpunit.xml
.phpcs.xml
# Build artifacts
build/
callmap.json
# PHPUnit result cache
.phpunit.result.cache
.phpunit.cache/
# Composer patches plugin (not used by this project)
patches.lock.json
# Claude local files
CLAUDE.md
.claude/
docs/tasks.md