Go back to a regular format .gitignore file
This commit is contained in:
parent
f9329c6676
commit
57f15cba6e
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue