Skip to content

Commit 941971a

Browse files
committed
chore: Remove unnecessary README.md files from contribs
1 parent 49767ed commit 941971a

4 files changed

Lines changed: 0 additions & 30 deletions

File tree

contribs/ci-cd-pipelines.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,3 @@ structure:
6565
uses: actions/checkout@v2
6666
- name: Deploy
6767
run: echo "Deploying the project"
68-
- README.md:
69-
content: |
70-
# Pipeline Name
71-
CI/CD pipeline configurations for different platforms.
72-
## GitLab CI/CD
73-
Add the `.gitlab-ci.yml` file to your repository.
74-
## Jenkins
75-
Add the `Jenkinsfile` to your repository.
76-
## GitHub Actions
77-
Add the YAML files inside the `.github/workflows` directory to your repository.

contribs/docker-files.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,3 @@ structure:
2525
- .env:
2626
content: |
2727
MYSQL_ROOT_PASSWORD=example
28-
- README.md:
29-
content: |
30-
# Project Name
31-
This project uses Docker Compose to run a multi-container application.
32-
## Usage
33-
```bash
34-
docker-compose up -d
35-
```

contribs/eslint-configurations.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ structure:
2828
content: |
2929
node_modules/
3030
dist/
31-
- README.md:
32-
content: |
33-
# ESLint Configuration
34-
Standard ESLint configuration for the project.
35-
## Usage
36-
Add the `.eslintrc.json` and `.eslintignore` files to your project.

contribs/prettier-configurations.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ structure:
1111
content: |
1212
node_modules/
1313
dist/
14-
- README.md:
15-
content: |
16-
# Prettier Configuration
17-
Standard Prettier configuration for the project.
18-
## Usage
19-
Add the `.prettierrc` and `.prettierignore` files to your project.

0 commit comments

Comments
 (0)