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