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

30 lines
432 B
Plaintext
Raw Normal View History

2016-03-12 19:53:19 +08:00
.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
frontend/**/*.js
frontend/**/*.js.map
2016-03-13 01:11:19 +08:00
frontend/dist
2016-03-14 04:31:49 +08:00
backend/**/*.js
backend/**/*.js.map
common/**/*.js
common/**/*.js.map
test/coverage
2016-04-30 06:36:33 +08:00
test/backend/**/*.js
test/backend/**/*.js.map
2018-12-11 00:54:24 +08:00
test/common/**/*.js
test/common/**/*.js.map
test/e2e/**/*.js
test/e2e/**/*.js.map
demo/TEMP/
config.json
2016-07-07 19:56:39 +08:00
users.db
2017-07-21 05:49:27 +08:00
sqlite.db
dist/
2017-07-12 04:10:36 +08:00
release/
2018-12-11 00:54:24 +08:00
out-tsc/
2019-01-13 01:08:34 +08:00
ffmpeg/
locale.source.xlf
package-lock.json
test.*