Simplify .gitignore configuration

These files have been added to the `sculpin-site` template in Build
Configs.
This commit is contained in:
Oliver Davies 2024-07-31 01:50:23 +01:00
parent 0241edff5e
commit 53ee6b4894
2 changed files with 5 additions and 9 deletions

8
.gitignore vendored
View file

@ -1,11 +1,13 @@
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
/.phpunit.cache
/.phpunit.result.cache
/output_*/
/vendor/
# Front-end assets.
node_modules
source/build
/.direnv/
/.phpunit.cache/
/assets/node_modules/
/source/build/

View file

@ -10,9 +10,3 @@ flake:
- nodejs
- php82
- php82Packages.composer
git:
ignore:
- '/.phpunit.cache/'
- '/assets/node_modules/'
- '/source/build/'