filesafe/.gitignore

15 lines
160 B
Plaintext
Raw Normal View History

2017-02-02 14:26:15 +00:00
.DS_Store
!.gitkeep
2017-01-13 07:34:21 +00:00
node_modules/
uploads/
logs/
database/db
2017-01-13 08:03:19 +00:00
config.js
start.json
npm-debug.log
2017-02-07 07:34:40 +00:00
pages/custom/**
2017-10-03 20:36:11 +00:00
migrate.js
yarn.lock
package-lock.json
.vscode/