forked from LycheeOrg/Lychee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (46 loc) · 729 Bytes
/
.gitignore
File metadata and controls
57 lines (46 loc) · 729 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
# We don't care about those
node_modules
build/*
# Those are personal
public/dist/user.css
public/dist/custom.js
public/build/*
# Pictures we do not commit
public/uploads/**
public/uploads-*/**
# Storage stuff: useless
/storage/*.key
/storage/clockwork/
# Those are generated
/vendor
# IDE & Cache stuff
/.idea
/.vscode
npm-debug.log
.phpunit*
_ide*
.php_cs.cache
.php-cs-fixer.cache
*.log
clover.xml
*.swp
.DS_Store
.NO_AUTO_COMPOSER_MIGRATE
storage/bootstrap/cache/*
storage/image-jobs/*
# used by Vite
public/hot
lang/php_*.json
sync/*
# Local DB for easy deployment
backup.sql
*-bck
# Make sure we don't commit secrets
.env
.env.*
aliases
pgdata
docker-compose.yml
# Building stuff for releaseses
Lychee/*
report_*