Removed gitlab ci file, modified gitignore

This commit is contained in:
2025-09-21 11:31:07 +00:00
parent 4e0aa3244c
commit bf3bebf103
2 changed files with 0 additions and 15 deletions

7
.gitignore vendored
View File

@@ -1,8 +1 @@
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen

View File

@@ -1,8 +0,0 @@
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
no_op_job:
script: echo "noop"
rules:
- when: never