Backend for file uploads attached to any generic model, initially on aircraft and airports #226

This commit is contained in:
Nabeel Shahzad
2018-04-01 18:02:12 -05:00
parent 793b3e7134
commit e358b8706f
19 changed files with 437 additions and 38 deletions

4
public/uploads/.gitignore vendored Executable file
View File

@@ -0,0 +1,4 @@
*
!files/
!avatars/
!.gitignore

2
public/uploads/avatars/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
public/uploads/files/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore