We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7546d92 commit e8ae205Copy full SHA for e8ae205
.github/workflows/build.yaml
@@ -36,7 +36,6 @@ jobs:
36
phpstorm:2023.2
37
phpstorm:2024.1
38
phpstorm:2025.1
39
- phpstorm:LATEST-EAP-SNAPSHOT
40
- name: Upload release assets
41
uses: softprops/action-gh-release@v2
42
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
.gitignore
@@ -1,10 +1,8 @@
1
.DS_Store
2
*.iml
3
-local.properties
4
/src/main/gen
5
/.idea
6
/.kotlin
7
/.intellijPlatform
8
/.gradle
9
/build
10
-/out
0 commit comments