14 lines
127 B
Text
14 lines
127 B
Text
# Text/doc files
|
|
*.md
|
|
*.txt
|
|
*.log
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Folders
|
|
media/
|
|
|
|
# Allow python dependencie list
|
|
!requirements.txt
|