-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (40 loc) · 690 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (40 loc) · 690 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
*~
.idea
.htaccess
*/.DS_Store
.DS_Store
.env
vendor
.vs/
.vscode
.editorconfig
.stylelintrc.json
.stylelintignore
php_errors.log
composer.phar
404.html
index.html
config/.config.php
config/.config.php.bak
config/appprofile.php
public/clients/*.*
!public/clients/.gitkeep
storage/framework/smarty/cache/*
storage/framework/smarty/compile/*
storage/framework/twig/cache/*
!storage/framework/smarty/cache/.gitkeep
!storage/framework/smarty/compile/.gitkeep
!storage/framework/twig/cache/.gitkeep
.user.ini
public/.user.ini
.envrc.local
.envrc
flake.lock
flake.nix
.direnv/
node_modules
package.json
package-lock.json
*.cache
storage/LocalClientVersion.json
storage/.install_lock