-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
62 lines (56 loc) · 1.15 KB
/
.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
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
60
61
62
# exclusions (alphabetical)
*.cache
.*
.DS_Store
/build/
/public/static/
node_modules
/tools/
# inclusions (alphabetical)
!.ddev/
!.dockerignore
!.env
!.env.test
!.eslintrc.cjs
!.gitlab-ci.yml
!.gitkeep
!.stylelintrc.json
!.php-cs-fixer.dist
!/migrations
!.prettierrc
!.prettierignore
!/public/.htaccess
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
/src/Resources/style/output.css
/src/Resources/style/output.css.map
test_ci_cypress.sh
tests/e2e/cypress/videos/
tests/e2e/cypress/screenshots/
test_ci_cypress.sh
tests/e2e/cypress/e2e/FillDBWithStuff.cy.ts
tests/e2e/cypress/downloads/result.pdf
tests/e2e/cypress/downloads/teilnehmerliste.pdf
src/Resources/style/output.css.map
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
###> pentatrion/vite-bundle ###
/node_modules/
/public/build/
###< pentatrion/vite-bundle ###