forked from bpatrik/pigallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (62 loc) · 1002 Bytes
/
.gitignore
File metadata and controls
62 lines (62 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.angular/
.idea/
PiGallery2.iml
node_modules/
pigallery2.zip
src/**/*.js
src/**/*.js.map
src/frontend/dist
test/coverage
test/backend/**/*.js
test/backend/**/*.js.map
test/frontend/**/*.js
test/frontend/**/*.js.map
test/common/**/*.js
test/common/**/*.js.map
test/e2e/**/*.js
test/e2e/**/*.js.map
test/*.js
test/*.js.map
test/tmp/*
benchmark/**/*.js
benchmark/**/*.js.map
gulpfile.js
gulpfile.js.map
demo/tmp/
config.json
users.db
sqlite.db
dist/
release/
out-tsc/
ffmpeg/
locale.source.xlf
test.*
test2.*
/db/
/test/cypress/screenshots/
/extensions/
/extension/lib/
*.sublime-project
*.sublime-workspace
.DS_Store
/coverage/
.nyc_output/
.vscode*
!test/setup-local.js # Excludes setup.js from the ignore rule
/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
/wiki/