update gitignore
This commit is contained in:
parent
1d28b4be4d
commit
b8fe93fd8f
|
@ -38,6 +38,12 @@ Thumbs.db
|
|||
*.orig
|
||||
*~
|
||||
|
||||
# tmp filesystem
|
||||
/tmp/cache/*
|
||||
/tmp/locks/*
|
||||
!/tmp/cache/.gitkeep
|
||||
!/tmp/locks/.gitkeep
|
||||
|
||||
#vichan custom
|
||||
favicon.ico
|
||||
/static/spoiler.png
|
||||
|
|
Loading…
Reference in New Issue