filesafe/.gitignore
Bobby Wibowo 6af1f6f490
Removed chokidar resolution
I added the resolution since an issue was reported by Snyk.io.
But I recently noticed that it prevents installation on node 10.x.
I haven't checked whether the resolution is still necessary though.

Also removed .vscode settings.
I plan to add a cleaner way for this later.
2018-11-24 15:18:23 +07:00

19 lines
229 B
Plaintext

.DS_Store
.nvmrc
.vscode/
!.gitkeep
node_modules/
uploads/
logs/
database/db
config.js
start.json
npm-debug.log
pages/custom/**
migrate.js
yarn.lock
yarn-error.log
package-lock.json
public/render/**/original
public/render/**/wip