forked from PhotoboothProject/photobooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (41 loc) · 669 Bytes
/
.gitignore
File metadata and controls
42 lines (41 loc) · 669 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
archives/
bower_components/
config/*
!config/config.inc.php
!config/tailwind.admin.config.js
data/
digicamcontrol/
HEAD
faq/faq.md.php
manual/faq.*
node_modules/
package-lock.json
private/*
!private/README.md
resources/css/*
!resources/css/README.md
resources/js/*
!resources/js/README.md
src/sass/custom_chromacapture.css
src/sass/custom_chromakeying.css
src/sass/custom_live_chromakeying.css
src/sass/custom_style.scss
stats
template/custom.template.php
trash
vendor/PhotoSwipe/
vendor/simple-translator/
.sass-cache
/.htaccess
.htpasswd
*.patch
/welcome/.skip_welcome
.skip_welcome
.vscode
venv/
# ignore some IDE and OS files
*.iml
*.ipr
*.iws
.idea/
**/.DS_Store