1
0
Fork 0

🔧 Fixed files config for CFP

This commit is contained in:
Joost De Cock 2019-05-02 19:09:54 +02:00
parent a9cd23cb43
commit 07ef906ca6
4 changed files with 6 additions and 33 deletions

View file

@ -1,20 +0,0 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
# builds
build
dist
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View file

@ -85,7 +85,4 @@
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0"
},
"files": [
"dist"
]
}