1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/.gitignore
2023-08-30 01:32:24 +08:00

33 lines
438 B
Plaintext

.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
src/**/*.js
src/**/*.js.map
src/frontend/dist
test/coverage
test/backend/**/*.js
test/backend/**/*.js.map
test/common/**/*.js
test/common/**/*.js.map
test/e2e/**/*.js
test/e2e/**/*.js.map
benchmark/**/*.js
benchmark/**/*.js.map
gulpfile.js
gulpfile.js.map
demo/tmp/
config.json
users.db
sqlite.db
dist/
release/
out-tsc/
ffmpeg/
locale.source.xlf
test.*
/db/
.vscode/
.github/
.angular/