1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/.gitignore
2019-12-14 10:16:17 +01:00

33 lines
509 B
Plaintext

.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
src/frontend/**/*.js
src/frontend/**/*.js.map
src/frontend/dist
src/backend/**/*.js
src/backend/**/*.js.map
src/common/**/*.js
src/common/**/*.js.map
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.*