dev/.gitignore

13 lines
163 B
Plaintext
Raw Normal View History

2022-08-02 10:07:32 +02:00
# Folders to ignore
download/*
media/*
log[s]/*
!.gitkeep
# Files to ignore ('**/' means, in all subdirectories)
**/*.bak
**/*.zip
**/*.tgz
**/*.tar.gz
2022-08-02 10:28:57 +02:00
**./*.tmp