forked from projects/fipamo
f1850ce7f7
There was an error in the request to set up a fresh site on the front end and handling the respective object on the backend that was causing the process to error out. Also added the source map for the dash script because it's eventually going to be fully transparent anyway.
43 lines
725 B
Text
43 lines
725 B
Text
node_modules/
|
|
src/node_modules/
|
|
.parcel-cache/
|
|
.sass-cache/
|
|
.cache/
|
|
.nova/
|
|
!public/
|
|
public/*
|
|
!public/favicon.ico
|
|
!public/index.php
|
|
!public/assets
|
|
public/assets/*
|
|
!public/assets/css
|
|
public/assets/css/*
|
|
!public/assets/css/dash
|
|
!public/assets/scripts
|
|
public/assets/scripts/*
|
|
!public/assets/scripts/dash.js
|
|
!public/assets/scripts/dash.js.map
|
|
!public/assets/images
|
|
public/assets/images/*
|
|
!public/assets/images/global/
|
|
!public/assets/images/global/*
|
|
|
|
!content/
|
|
content/*
|
|
!content/themes
|
|
content/themes/*
|
|
!content/themes/fipamo-default
|
|
!content/themes/fipamo-default/*
|
|
vendor/
|
|
cache/
|
|
_temp
|
|
.ftpconfig
|
|
.vscode/
|
|
*.swp
|
|
config/settings.json
|
|
config/folks.json
|
|
config/pages.json
|
|
config/tags.json
|
|
*.DS_Store
|
|
config.codekit3
|
|
/config/backups |