From 57f15cba6e0142d0ba11888b7d075b257304d5d6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 Mar 2024 22:48:38 +0000 Subject: [PATCH] Go back to a regular format .gitignore file --- .gitignore | 18 ++++-------------- build.yaml | 8 +------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 2619860fb..2c93fe1f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,9 @@ # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -/* +/output_*/ +/vendor/ -!/.gitignore -!/app/ -!/build.yaml -!/composer.{json,lock} -!/run.local -!/source/ - -!/flake.{nix,lock} +/.direnv/ +/node_modules/ /source/build/ -!/assets/ -!/data/ -!/package.json -!/pnpm-lock.yaml -!/stub.md diff --git a/build.yaml b/build.yaml index e753f4624..6d2f7bda5 100644 --- a/build.yaml +++ b/build.yaml @@ -13,13 +13,7 @@ flake: git: ignore: - '/source/build/' - - '!/.markdownlint.yaml' - - '!/assets/' - - '!/data/' - - '!/package.json' - - '!/pnpm-lock.yaml' - - '!/stub.md' + - '/node_modules/' experimental: - createInclusiveGitIgnoreFile: true createTmuxStartupFile: true