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