mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
2dd724f88f
* Switched standard to eslint with eslint-config-standard (and 4 more eslint plugins needed by standard). * Added "curly" eslint rule with "all" option. I like it. * Refactored all JS files to apply the new "curly" eslint rule. * Renewed axios.min.js, dropzone.min.js and sweetalert.min.js. Re-minified and added a small comment stating their version and copyright statement. * Some buttons in dashboard will now show loading icon whenever they're waiting for response from the server. * Updated README.md and .gitignore.
16 lines
175 B
Plaintext
16 lines
175 B
Plaintext
.DS_Store
|
|
!.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
|
|
.vscode/
|