mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 21:12:14 -04:00
Clean up gitignores (#4688)
I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
This commit is contained in:
parent
86920ac266
commit
8d98dc8ffe
3 changed files with 36 additions and 56 deletions
7
demo/.gitignore
vendored
Normal file
7
demo/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*.db
|
||||
*.log
|
||||
*.log.*
|
||||
*.pid
|
||||
|
||||
/media_store.*
|
||||
/etc
|
Loading…
Add table
Add a link
Reference in a new issue