Skip to content

Commit cd60881

Browse files
author
Bastian Schwarz
committed
Initial commit
1 parent 6f02e09 commit cd60881

27 files changed

Lines changed: 95628 additions & 358 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
ci:
2020
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
22-
php-versions: '["8.1"]'
22+
php-versions: '["8.1","8.2]'

.gitignore

Lines changed: 115 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,121 @@
11
/.cache/*
22
/.logs/*
33
/test/.phpunit.result.cache
4+
!/**/.gitkeep
5+
.env
6+
7+
# Created by https://www.toptal.com/developers/gitignore/api/composer,phpstorm
8+
# Edit at https://www.toptal.com/developers/gitignore?templates=composer,phpstorm
9+
10+
### Composer ###
411
composer.phar
512
/vendor/
13+
14+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
15+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
616
composer.lock
7-
/.idea
8-
/.env
9-
/tools/*
10-
!/**/.gitkeep
17+
18+
### PhpStorm ###
19+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
20+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
21+
22+
# User-specific stuff
23+
.idea/**/workspace.xml
24+
.idea/**/tasks.xml
25+
.idea/**/usage.statistics.xml
26+
.idea/**/dictionaries
27+
.idea/**/shelf
28+
29+
# Generated files
30+
.idea/**/contentModel.xml
31+
32+
# Sensitive or high-churn files
33+
.idea/**/dataSources/
34+
.idea/**/dataSources.ids
35+
.idea/**/dataSources.local.xml
36+
.idea/**/sqlDataSources.xml
37+
.idea/**/dynamic.xml
38+
.idea/**/uiDesigner.xml
39+
.idea/**/dbnavigator.xml
40+
41+
# Gradle
42+
.idea/**/gradle.xml
43+
.idea/**/libraries
44+
45+
# Gradle and Maven with auto-import
46+
# When using Gradle or Maven with auto-import, you should exclude module files,
47+
# since they will be recreated, and may cause churn. Uncomment if using
48+
# auto-import.
49+
# .idea/artifacts
50+
# .idea/compiler.xml
51+
# .idea/jarRepositories.xml
52+
# .idea/modules.xml
53+
# .idea/*.iml
54+
# .idea/modules
55+
# *.iml
56+
# *.ipr
57+
58+
# CMake
59+
cmake-build-*/
60+
61+
# Mongo Explorer plugin
62+
.idea/**/mongoSettings.xml
63+
64+
# File-based project format
65+
*.iws
66+
67+
# IntelliJ
68+
out/
69+
70+
# mpeltonen/sbt-idea plugin
71+
.idea_modules/
72+
73+
# JIRA plugin
74+
atlassian-ide-plugin.xml
75+
76+
# Cursive Clojure plugin
77+
.idea/replstate.xml
78+
79+
# Crashlytics plugin (for Android Studio and IntelliJ)
80+
com_crashlytics_export_strings.xml
81+
crashlytics.properties
82+
crashlytics-build.properties
83+
fabric.properties
84+
85+
# Editor-based Rest Client
86+
.idea/httpRequests
87+
88+
# Android studio 3.1+ serialized cache file
89+
.idea/caches/build_file_checksums.ser
90+
91+
### PhpStorm Patch ###
92+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
93+
94+
# *.iml
95+
# modules.xml
96+
# .idea/misc.xml
97+
# *.ipr
98+
99+
# Sonarlint plugin
100+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
101+
.idea/**/sonarlint/
102+
103+
# SonarQube Plugin
104+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
105+
.idea/**/sonarIssues.xml
106+
107+
# Markdown Navigator plugin
108+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
109+
.idea/**/markdown-navigator.xml
110+
.idea/**/markdown-navigator-enh.xml
111+
.idea/**/markdown-navigator/
112+
113+
# Cache file creation bug
114+
# See https://youtrack.jetbrains.com/issue/JBR-2257
115+
.idea/$CACHE_FILE$
116+
117+
# CodeStream plugin
118+
# https://plugins.jetbrains.com/plugin/12206-codestream
119+
.idea/codestream.xml
120+
121+
# End of https://www.toptal.com/developers/gitignore/api/composer,phpstorm

.idea/deployer.secrets.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.installer/install.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

.installer/templates/.env

Lines changed: 0 additions & 5 deletions
This file was deleted.

.installer/templates/.env.dist

Lines changed: 0 additions & 5 deletions
This file was deleted.

.installer/templates/.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)