-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
29 lines (22 loc) · 821 Bytes
/
.gitignore
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
# Directories for individual Joomla instances generated by scripts/create and removed by scripts/clean
joomla-*
# Docker Compose file dynamically assembled by scripts/helper.sh using base, Joomla parts, and end files; removed by scripts/clean
docker-compose.yml
# macOS-specific Finder attributes
.DS_Store
# Visual Studio Code Xdebug listen configuration
.vscode
# Directory for database server sockets
run
# Local directory for Cypress; shared by the Cypress container and all web server containers
cypress-cache
# Directory for JBT own logs
logs
# Parallel Cypress System Tests installation environment
installation/joomla-*
installation/node_modules
# Created by npm install cypress-file-upload cypress@latest
installation/package.json
installation/package-lock.json
# Cypress screenshots
installation/cypress