mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
aad9f81e93
* Dependency clearing * Tailwind & templates cleanup * Password reset pages & more features: - New $this->render() method - Password reset pages - Tailwind CSS scaffold - New styles for buttons, inputs, alerts - Changed to shorthand syntax for language file (en) - Added app.css and app.js which will be main endpoint - Added new 'theme' field inside of ninja.php - Scaffold for 'ninja2020' theme: both client and global theme - Ignoring local builds of assets, until purgeCSS is there - Overall cleanup * Switch back default template to 'default' * Remove app.css build * Fix Codacy * Fix Codacy 'doublequote' issues
33 lines
495 B
Plaintext
33 lines
495 B
Plaintext
/node_modules
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
/.idea
|
|
/.vscode
|
|
/.vagrant
|
|
/tests/_output
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
local_version.txt
|
|
.env
|
|
.phpunit.result.cache
|
|
|
|
/resources/assets/bower
|
|
/public/vendor
|
|
/public/logo
|
|
|
|
.env.dusk.local
|
|
/public/vendors/*
|
|
public/mix-manifest.json
|
|
*.log
|
|
|
|
# Ignore local migrations
|
|
storage/migrations
|
|
|
|
# Ignore Tailwind & Javascript build file >2mb without PurgeCSS (development-only)
|
|
public/css/app.css
|
|
public/js/app.js
|