-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (29 loc) · 773 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (29 loc) · 773 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
# ignore IDE scaffolding
## NetBeans
/nbproject/
## Jetbrains
/.idea/
## VSCode
/.vscode/launch.json
# ignore tooling
## Windows / WSL
Thumbs.db
.DS_Store
*:Zone.Identifier
## Copilot for GitHub
/.github/copilot-instructions*
## fonts created JIT by DOMPDF
/vendor/dompdf/dompdf/lib/fonts/*.json
## phpunit config and phpunit cache (per-developer)
/.phpunit.result.cache
/phpunit.xml
## .git/ in composer-installed projects (created by git clone not zipball)
/vendor/phplot/phplot/.git/
## other
KLConfig/
# DO NOT EVER distribute the local config.php to avoid accidential disclosure
# of database or other credentials (only config.distrib.php is distributed)
/config.php
# ignore everything in companies/ except weberpdemo/
/companies/*
!/companies/weberpdemo