1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/.gitignore

33 lines
509 B
Plaintext
Raw Normal View History

2016-03-12 13:53:19 +02:00
.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
2019-12-10 11:44:35 +02:00
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
2016-04-30 00:36:33 +02:00
test/backend/**/*.js
test/backend/**/*.js.map
2018-12-10 18:54:24 +02:00
test/common/**/*.js
test/common/**/*.js.map
test/e2e/**/*.js
test/e2e/**/*.js.map
2019-12-07 19:20:14 +02:00
benchmark/**/*.js
benchmark/**/*.js.map
gulpfile.js
gulpfile.js.map
demo/tmp/
config.json
2016-07-07 13:56:39 +02:00
users.db
2017-07-20 23:49:27 +02:00
sqlite.db
dist/
2017-07-11 22:10:36 +02:00
release/
2018-12-10 18:54:24 +02:00
out-tsc/
2019-01-12 19:08:34 +02:00
ffmpeg/
locale.source.xlf
test.*