-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 710 Bytes
/
.gitignore
File metadata and controls
47 lines (42 loc) · 710 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
/vendor
*.DS_Store*
!.env.ci
!.env.example
.env*
.vagrant/*
.vscode/*
storage/framework/*
/.idea
/nbproject
/.direnv
node_modules
*.log
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
.yarn
public/assets/manifest.json
# For local development with docker
# Remove if we ever put the Dockerfile in the repo
.dockerignore
docker-compose.yml
# for image related files
misc
.php-cs-fixer.cache
coverage.xml
resources/lang/locales.js
.phpunit.result.cache
/public/build
/public/hot
result
docker-compose.yaml
# BlueprintFramework
# Ignore Blueprint internal folder and installed extensions
.blueprint/
*.blueprint
!scripts/commands/misc
wak.toml
demo/
.build-cache.json
.bashatimerc
.wakatime-project