Go back to a regular format .gitignore file

This commit is contained in:
Oliver Davies 2024-03-13 22:48:38 +00:00
parent f9329c6676
commit 57f15cba6e
2 changed files with 5 additions and 21 deletions

18
.gitignore vendored
View file

@ -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

View file

@ -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