mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
47f2f30682
* Added Editor Config file. * Added ".vscode/" to .gitignore. * Added final newline to some files. * Added KDE Breeze Dark colors. * Applied various ESLint autofixes. There were still plenty of non-auto-fixable issues though. I'm not sure why this project had ESLint dev dependency but still ended up with countless issues. * ... and maybe some others.
15 lines
160 B
Plaintext
15 lines
160 B
Plaintext
.DS_Store
|
|
!.gitkeep
|
|
node_modules/
|
|
uploads/
|
|
logs/
|
|
database/db
|
|
config.js
|
|
start.json
|
|
npm-debug.log
|
|
pages/custom/**
|
|
migrate.js
|
|
yarn.lock
|
|
package-lock.json
|
|
.vscode/
|