From eee8a02b048f1647327d22e7ca1aa4261db57d57 Mon Sep 17 00:00:00 2001 From: MultiMote Date: Sat, 7 Jan 2023 20:15:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- assets/.gitignore | 2 ++ data/.gitignore | 2 ++ layouts/.gitignore | 2 ++ resources/.gitignore | 2 ++ static/.gitignore | 2 ++ 6 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 assets/.gitignore create mode 100644 data/.gitignore create mode 100644 layouts/.gitignore create mode 100644 resources/.gitignore create mode 100644 static/.gitignore diff --git a/.gitignore b/.gitignore index 8d92f2f..600d2d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.vscode -resources/_gen \ No newline at end of file +.vscode \ No newline at end of file diff --git a/assets/.gitignore b/assets/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/assets/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/layouts/.gitignore b/layouts/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/layouts/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/resources/.gitignore b/resources/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/resources/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/static/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file