Simplify .gitignore configuration
These files have been added to the `sculpin-site` template in Build Configs.
This commit is contained in:
parent
0241edff5e
commit
53ee6b4894
2 changed files with 5 additions and 9 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,11 +1,13 @@
|
||||||
# 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/
|
||||||
|
|
||||||
/.phpunit.cache/
|
|
||||||
/assets/node_modules/
|
|
||||||
/source/build/
|
|
||||||
|
|
|
@ -10,9 +10,3 @@ flake:
|
||||||
- nodejs
|
- nodejs
|
||||||
- php82
|
- php82
|
||||||
- php82Packages.composer
|
- php82Packages.composer
|
||||||
|
|
||||||
git:
|
|
||||||
ignore:
|
|
||||||
- '/.phpunit.cache/'
|
|
||||||
- '/assets/node_modules/'
|
|
||||||
- '/source/build/'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue