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

26 lines
381 B
Plaintext

.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
frontend/**/*.js
frontend/**/*.js.map
frontend/dist
backend/**/*.js
backend/**/*.js.map
common/**/*.js
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
demo/TEMP/
config.json
users.db
sqlite.db
dist/
release/
out-tsc/