commit 9ac2699b931819d7b847f509512db7318bf0d3d5 Author: Imi <27138272+iminet@users.noreply.github.com> Date: Tue Aug 2 10:07:32 2022 +0200 Create .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e1fdfe --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Folders to ignore +download/* +media/* +log[s]/* +!.gitkeep + +# Files to ignore ('**/' means, in all subdirectories) +**/*.bak +**/*.zip +**/*.tgz +**/*.tar.gz