generated from yii2-extensions/template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (38 loc) · 743 Bytes
/
.gitignore
File metadata and controls
51 lines (38 loc) · 743 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
# codecoverage (if present)
code_coverage
# codeception (if present)
c3.php
# composer
composer.lock
# gitHub copilot config (if present)
.github/agents/**
.github/copilot-instructions.md
.github/copilot/**
.github/instructions/**
.github/prompts/**
.github/skills/**
# mac ds_store (if present)
.DS_Store
# netbeans project (if present)
nbproject
# node_modules (if present)
node_modules
package-lock.json
# phpstorm project (if present)
.idea
# phpunit (if present)
.phpunit.cache
.phpunit.result.cache
phpunit.xml*
# vagrant (if present)
.vagrant
# vendor
vendor
# vscode project (if present)
.vscode
# windows thumbnail cache (if present)
Thumbs.db
# zend studio for eclipse project (if present)
.buildpath
.project
.settings