Skip to content

Commit 697c6cd

Browse files
committed
[TASK] Add CLAUDE.md to .gitignore and sort content
1 parent acb7cc2 commit 697c6cd

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

.gitignore

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
msi.iws
2-
.idea/
3-
nbproject/
1+
.Build/
42
.DS_Store
53
.DS_Store?
6-
._*
74
.Spotlight-V100
85
.Trashes
9-
ehthumbs.db
10-
Thumbs.db
11-
.svn
6+
._*
7+
.idea/
8+
.php-cs-fixer.cache
9+
.php_cs.cache
10+
.phpunit.result.cache
1211
.sass-cache
1312
.sass-cache/
14-
npm-debug.log
15-
dynamicReturnTypeMeta.json
13+
.svn
14+
/.phpunit.cache/
15+
/CLAUDE.md
16+
/config/
17+
/docker-compose.yml
1618
Resources/Private/Build/node_modules/
17-
node_modules/
18-
.Build/
19+
Thumbs.db
1920
composer.lock
21+
dynamicReturnTypeMeta.json
22+
ehthumbs.db
23+
msi.iws
24+
nbproject/
25+
node_modules/
26+
npm-debug.log
2027
package-lock.json
21-
.php_cs.cache
22-
.php-cs-fixer.cache
23-
.phpunit.result.cache
2428
var/
25-
/docker-compose.yml
26-
/config/
27-
/.phpunit.cache/

0 commit comments

Comments
 (0)