-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (37 loc) · 964 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
#----------------------------------------------------------
# Application Main Configurations
#----------------------------------------------------------
.env
docker-compose.yml
#----------------------------------------------------------
# Directories
#----------------------------------------------------------
/node_modules
/public/hot
/public/storage
/storage/*.key
/storage/logs/*.log
/storage/logs/*.debug
/vendor
/files
#----------------------------------------------------------
# IDE
#----------------------------------------------------------
/.vscode/
/.idea
/nbproject/*
#----------------------------------------------------------
# Environment
#----------------------------------------------------------
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
#----------------------------------------------------------
# Tests
#----------------------------------------------------------
phpunit.xml
/coverage
.php_cs.cache
/tests/coverage/*
data/**