diff --git a/.gitignore b/.gitignore index 3bcefaa..3f56bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,11 @@ .benchmarkci .tmp .vscode/ -/docs/Manifest.toml -/docs/build/ -/docs/src/index.md Manifest.toml benchmark/*.json -docs/build/ docs/LocalPreferences.toml +docs/Manifest.toml +docs/build/ +docs/src/index.md examples/LocalPreferences.toml test/LocalPreferences.toml diff --git a/templates/gitignore/.gitignore b/templates/gitignore/.gitignore index f16e612..10593a9 100644 --- a/templates/gitignore/.gitignore +++ b/templates/gitignore/.gitignore @@ -7,10 +7,8 @@ .benchmarkci .tmp .vscode/ -/docs/Manifest.toml -/docs/build/ -/docs/src/index.md Manifest.toml benchmark/*.json +docs/Manifest.toml docs/build/ -test/LocalPreferences.toml +docs/src/index.md