-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (46 loc) · 809 Bytes
/
.gitignore
File metadata and controls
57 lines (46 loc) · 809 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
VERSION
vendor/
node_modules/
npm-debug.log
tests-coverage/
clover.xml
.phpunit.cache/
.DS_Store
# Profile pictures
public/uploads/avatars/*
# vendor-views
!resources/views/vendor
# Laravel specific
bootstrap/compiled.php
app/storage/
public/storage
public/hot
storage/*.key
.env*
Homestead.yaml
Homestead.json
storage/framework/maintenance.php
_ide_helper.php
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
# IDE-based project files
.vscode
.idea
database-data/
public/js/*.js
public/js/*.js.map
public/js/*.js.LICENSE.txt
public/css/*.css
public/css/*.css.map
.phpunit.result.cache
# Nix
.devenv
.direnv
result*
# Vite
/public/build
# laravel-vue-i18n
lang/php_*.json
*.sqlite
/storage/operator-mapping.csv
/storage/operator-operators.csv