Added proxy file
This commit is contained in:
parent
8b3a140c42
commit
cb82f9d48f
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -8,6 +8,9 @@ tmp
|
||||||
# Environment variables, never commit this file
|
# Environment variables, never commit this file
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# List of proxy
|
||||||
|
proxy/proxy.json
|
||||||
|
|
||||||
# The development sqlite file
|
# The development sqlite file
|
||||||
database/development.sqlite
|
database/development.sqlite
|
||||||
|
|
||||||
|
@ -29,5 +32,5 @@ public/uploads/hidden/*.mp3
|
||||||
public/uploads/hidden/*.flac
|
public/uploads/hidden/*.flac
|
||||||
|
|
||||||
|
|
||||||
# Thumbnail
|
# Thumbnail
|
||||||
public/Thumbnail/*.*
|
public/Thumbnail/*.*
|
||||||
|
|
Loading…
Reference in a new issue