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.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
/*
|
/output_*/
|
||||||
|
/vendor/
|
||||||
|
|
||||||
!/.gitignore
|
/.direnv/
|
||||||
!/app/
|
|
||||||
!/build.yaml
|
|
||||||
!/composer.{json,lock}
|
|
||||||
!/run.local
|
|
||||||
!/source/
|
|
||||||
|
|
||||||
!/flake.{nix,lock}
|
|
||||||
|
|
||||||
|
/node_modules/
|
||||||
/source/build/
|
/source/build/
|
||||||
!/assets/
|
|
||||||
!/data/
|
|
||||||
!/package.json
|
|
||||||
!/pnpm-lock.yaml
|
|
||||||
!/stub.md
|
|
||||||
|
|
|
@ -13,13 +13,7 @@ flake:
|
||||||
git:
|
git:
|
||||||
ignore:
|
ignore:
|
||||||
- '/source/build/'
|
- '/source/build/'
|
||||||
- '!/.markdownlint.yaml'
|
- '/node_modules/'
|
||||||
- '!/assets/'
|
|
||||||
- '!/data/'
|
|
||||||
- '!/package.json'
|
|
||||||
- '!/pnpm-lock.yaml'
|
|
||||||
- '!/stub.md'
|
|
||||||
|
|
||||||
experimental:
|
experimental:
|
||||||
createInclusiveGitIgnoreFile: true
|
|
||||||
createTmuxStartupFile: true
|
createTmuxStartupFile: true
|
||||||
|
|
Loading…
Reference in a new issue