forked from symfony/reprise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (21 loc) · 666 Bytes
/
Copy path.gitignore
File metadata and controls
28 lines (21 loc) · 666 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
# Local clones of other people's configs, kept for reference only.
.references/
# Subagent-driven-development scratch (briefs, reports, ledger, diffs)
.superpowers/
# Node / npm
node_modules/
/assets/dist/
# Test fixtures ship fake node_modules packages on purpose:
# the Stimulus generator resolves them via require(`<pkg>/package.json`).
!assets/test/fixtures/**/node_modules/
!assets/test/fixtures/**/node_modules/**
# Composer (PHP bundle)
/vendor/
/composer.lock
# PHPUnit
/.phpunit.cache/
/.phpunit.result.cache
# PHP-CS-Fixer
/.php-cs-fixer.cache
# Symfony config-builder reference, regenerated by the test kernel's cache warmer.
/config/reference.php