Update build configuration files
This commit is contained in:
parent
bfe1d7eca8
commit
9528cb321a
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,9 +1,14 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
|
/.phpunit.cache
|
||||||
/.phpunit.result.cache
|
/.phpunit.result.cache
|
||||||
/output_*/
|
/output_*/
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
||||||
|
# Front-end assets.
|
||||||
|
node_modules
|
||||||
|
source/build
|
||||||
|
|
||||||
/.direnv/
|
/.direnv/
|
||||||
|
|
||||||
/flake.lock
|
/flake.lock
|
||||||
|
|
Loading…
Reference in a new issue