Create .gitignore

This commit is contained in:
Imi 2022-08-02 10:07:32 +02:00 committed by GitHub
commit 9ac2699b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Folders to ignore
download/*
media/*
log[s]/*
!.gitkeep
# Files to ignore ('**/' means, in all subdirectories)
**/*.bak
**/*.zip
**/*.tgz
**/*.tar.gz