ignores uploads
4
.gitignore
vendored
@@ -223,5 +223,7 @@ src/**/*.css
|
||||
demo**/*.css
|
||||
dist
|
||||
|
||||
# Ignore demo/uploads
|
||||
# Ignore all uploads
|
||||
demo/upload
|
||||
demo/media
|
||||
demo/files
|
||||
|
||||
@@ -7,8 +7,8 @@ module.exports = {
|
||||
plural: 'Files',
|
||||
},
|
||||
upload: {
|
||||
staticURL: '/media',
|
||||
staticDir: 'demo/media',
|
||||
staticURL: '/files',
|
||||
staticDir: 'demo/files',
|
||||
imageSizes: [
|
||||
{
|
||||
name: 'tablet',
|
||||
|
||||
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 110 KiB |