fipamo/.gitignore
ro e09d85292a
added labels to forms (#102), init templates added
added some labels to login and set up forms for better accesibility and
clarity about what info is being requested.

found a bug in setting where the site would error out if it can't find
the correct config files instead of going to set up, so when config
files aren't present, it loads template files to continue to process.
still thinking about a better fix for this

also discovered that the init files needed for a fresh install had been
removed, so those are back in place
2024-05-08 15:55:27 -06:00

58 lines
823 B
Text

/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/public/reference
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
/.parcel-cache
.env.local
/.env.local.php
/.env.*.local
/.nova
/public/bundles/
/public/assets/images/examples/
/var/
!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/images
public/assets/images/*
!public/assets/images/global/
!public/assets/images/global/*
!content/
content/*
!content/init
!content/themes
content/themes/*
!content/themes/fipamo-default-v2
!content/themes/fipamo-default-v2/*
*.DS_Store
*.codekit3