-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 886 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (50 loc) · 886 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
58
59
# Dependencies
vendor/
# Environment files
.env
.env.*
!.env.example
# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Composer
composer.phar
# PHPUnit
.phpunit.result.cache
.phpunit.cache/
# Coverage reports
/coverage/
clover.xml
coverage.xml
# Build artifacts
/build/
/dist/
# C extension build artifacts (phpize/make output)
ext/scriptlite/.libs/
ext/scriptlite/autom4te.cache/
ext/scriptlite/build/
ext/scriptlite/modules/
ext/scriptlite/configure
ext/scriptlite/configure.ac
ext/scriptlite/config.h
ext/scriptlite/config.h.in
ext/scriptlite/config.log
ext/scriptlite/config.nice
ext/scriptlite/config.status
ext/scriptlite/libtool
ext/scriptlite/Makefile
ext/scriptlite/Makefile.fragments
ext/scriptlite/Makefile.objects
ext/scriptlite/run-tests.php
ext/scriptlite/*.lo
ext/scriptlite/*.la
ext/scriptlite/*.dep
ext/scriptlite/*.o
# Logs
*.log