1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/.gitignore
Benjamin Beganović 4af34a186c
PurgeCSS setup with Webpack (#3522)
* PurgeCSS setup with Webpack
- Production builds for assets
- Added PurgeCSS to 'ninja2020' theme

* Fixes for Codacy
- Added new codacy.yml file
- Applied formatting to webpack.mix.js
2020-03-25 09:13:20 +11:00

29 lines
375 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