1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-14 11:23:17 +02:00
pigallery2/.gitignore

23 lines
328 B
Plaintext
Raw Normal View History

2016-03-12 13:53:19 +02:00
.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
frontend/**/*.js
frontend/**/*.js.map
2016-03-12 19:11:19 +02:00
frontend/dist
2016-03-13 22:31:49 +02:00
backend/**/*.js
backend/**/*.js.map
common/**/*.js
common/**/*.js.map
test/coverage
2016-04-30 00:36:33 +02:00
test/backend/**/*.js
test/backend/**/*.js.map
test/e2e/**/*.js
test/e2e/**/*.js.map
demo/TEMP/
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/