1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-27 02:09:16 +02:00
pigallery2/.gitignore

15 lines
241 B
Plaintext
Raw Normal View History

2016-03-12 13:53:19 +02:00
.idea/
PiGallery2.iml
node_modules/
typings/
2016-03-13 22:31:49 +02:00
frontend/app/**/*.js
frontend/app/**/*.js.map
2016-03-12 19:11:19 +02:00
frontend/main.js
frontend/main.js.map
frontend/dist
2016-03-13 22:31:49 +02:00
backend/**/*.js
backend/**/*.js.map
common/**/*.js
common/**/*.js.map
test/coverage
2016-03-13 20:57:40 +02:00
.coveralls.yml