1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-10-30 23:57:43 +02:00

update gitignore

This commit is contained in:
Patrik J. Braun
2025-07-26 19:57:59 +02:00
parent 5489014f3f
commit 1607f21551
4 changed files with 27514 additions and 0 deletions

13
.gitignore vendored
View File

@@ -32,6 +32,7 @@ out-tsc/
ffmpeg/
locale.source.xlf
test.*
test2.*
/db/
/test/cypress/screenshots/
/extensions/
@@ -46,3 +47,15 @@ test.*
/demo/tmp2/
/demo/tmp33asd/
/demo/images2/
/icons/
/*.js.*
/*.js.map
/sendmail/
/test/cypress/e2e/fb-messenger.*
/test/cypress/support/*.js*
/test/cypress/support/*.js.map
/test/cypress/e2e/*.cy.js*
/test/cypress/e2e/*.cy.js.map
/docs/index.html.js*
/bm_config.json
/cypress.env.json

3
extension/index.js Normal file
View File

@@ -0,0 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

1
extension/index.js.map Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":""}

27497
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff