From bfd1929b3e33e49aec6616554366a0905d780fe5 Mon Sep 17 00:00:00 2001 From: Physton Date: Sun, 2 Jul 2023 09:53:24 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 7 +------ models/.gitignore | 2 ++ storage/.gitignore | 2 ++ tags/.gitignore | 2 ++ tests/.gitignore | 2 ++ 5 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 models/.gitignore create mode 100644 storage/.gitignore create mode 100644 tags/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 2f5d719..232a0f4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,5 @@ /index.php /src/node_modules /src/package-lock.json -/storage -/tests/tested.json -/tags/* /styles/extensions/demo -__pycache__ -/tests/.env -/models \ No newline at end of file +__pycache__ \ No newline at end of file diff --git a/models/.gitignore b/models/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/models/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/storage/.gitignore b/storage/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/storage/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/tags/.gitignore b/tags/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/tags/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..456a557 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +tested.json +.env \ No newline at end of file