Use an inclusive .gitignore file
Ignore everything and explicitly add required directories and files.
This commit is contained in:
parent
6bd7f4a714
commit
3ece189cc6
2 changed files with 21 additions and 6 deletions
|
|
@ -12,8 +12,13 @@ flake:
|
|||
|
||||
git:
|
||||
ignore:
|
||||
- /node_modules/
|
||||
- /source/build/
|
||||
- '/source/build/'
|
||||
- '!/assets/'
|
||||
- '!/data/'
|
||||
- '!/package.json'
|
||||
- '!/pnpm-lock.yaml'
|
||||
- '!/stub.md'
|
||||
|
||||
experimental:
|
||||
createInclusiveGitIgnoreFile: true
|
||||
createTmuxStartupFile: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue