-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
54 lines (54 loc) · 1005 Bytes
/
.gitignore
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
*.tmp
.DS_Store
.buildpath
.idea
.project
.settings
/.maintenance
/.production
/.staging
/config/amazon-s3.php
/config/asset-revision.php
/config/authkey-secret.php
/config/backup-gpg.php
/config/backup-s3.php
/config/backup-secret.php
/config/cloudflare/ip_ranges.php
/config/cloudflare/turnstile.php
/config/cookie-secret.php
/config/db.php
/config/debug-ips.php
/config/deepl.php
/config/git-revision.php
/config/google-adsense.php
/config/google-analytics.php
/config/google-recaptcha.php
/config/img-s3.php
/config/lepton.php
/config/twitter.php
/config/version.php
/data/GeoIP
/data/licenses-composer
/data/licenses-npm
/messages/*.php
/models.sh
/node_modules
/phpunit.xml
/resources/.compiled
/resources/app-link-logos/*.br
/resources/app-link-logos/*.gz
/resources/app-link-logos/*.min.svg
/resources/dseg/*.tar.gz
/resources/dseg/*.zip
/salmon*
/test*.jpg
/test*.php
/test*.png
/vendor
/views/includes/sponsored.php
/web/images
/web/profile-images
Thumbs.db
composer.phar
nbproject
phpunit.phar