-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (44 loc) · 994 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
60
61
# Ignore PHPUnit cache
/src/.phpunit.cache
# Ignore Node.js modules
/src/node_modules
# Ignore Laravel Mix build directory
/src/public/build
# Ignore Laravel Mix hot module replacement files
/src/public/hot
# Ignore Laravel public storage directory
/src/public/storage
# Ignore Laravel storage encryption keys
/src/storage/*.key
# Ignore Composer vendor directory
/src/vendor
# Ignore application version file
/src/version
# Ignore environment files
.env
.env.backup
.env.testing
.env.production
# Ignore PHPUnit result cache
.phpunit.result.cache
# Ignore Homestead configuration files
Homestead.json
Homestead.yaml
# Ignore Composer auth credentials
auth.json
# Ignore NPM debug log
npm-debug.log
# Ignore Yarn error log
yarn-error.log
# Ignore Fleet configuration
/.fleet
# Ignore IDE-specific files
/.idea
/.vscode
.idea
# Ignore SonarQube scanner workspace
.scannerwork
# Others
src/public/sitemap.xml
# Used to log the time the container had finished building
atisgen.txt