forked from LycheeOrg/Lychee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (48 loc) · 763 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
55
56
57
58
59
# 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
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.phpunit*
_ide*
.php_cs.cache
.php-cs-fixer.cache
*.log
clover.xml
*.swp
installed.log
.DS_Store
.NO_SECURE_KEY
.NO_AUTO_COMPOSER_MIGRATE
storage/bootstrap/cache/*
storage/image-jobs/*
# used by Vite
public/hot
sync/*
# Local DB for easy deployment
backup.sql
*-bck
# Make sure we don't commit secrets
.env
.env.*
aliases
# Building stuff for releaseses
Lychee/*