-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (51 loc) · 722 Bytes
/
.gitignore
File metadata and controls
58 lines (51 loc) · 722 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
archives/
bower_components/
config/*
!config/config.inc.php
!config/tailwind.admin.config.js
data/
digicamcontrol/
HEAD
manual/faq.*
node_modules/
private/*
!private/README.md
resources/css/*
!resources/css/README.md
resources/js/*
!resources/js/README.md
resources/revisions.json
stats
trash
vendor/PhotoSwipe/
vendor/simple-translator/
.sass-cache
/.htaccess
.htpasswd
*.patch
/welcome/.skip_welcome
.skip_welcome
.vscode
venv/
yarn.lock
var/
# tooling
tools/*/vendor
# php-cs-fixer
.php-cs-fixer.cache
# phplint
.phplint.cache
# phpunit
.phpunit.result.cache
# ignore some IDE and OS files
*.iml
*.ipr
*.iws
.idea/
**/.DS_Store
/vendor/
/.ddev/.built
# rembg virtual environment
scripts/rembg_venv/
/.venv
/site