Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 01e56f1

Browse files
committed
Merged .gitignore
2 parents 3b72fef + 06590e7 commit 01e56f1

File tree

9 files changed

+613
-26
lines changed

9 files changed

+613
-26
lines changed

.github/workflows/storybookBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
docker push filefighter/storybook:$VERSION
3434
- name: Trigger update on server
3535
run: |
36-
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/storybook.log
36+
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/storybook-update-script.log

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ local.properties
8383
*/.idea/**/contentModel.xml
8484

8585
*/.idea/
86+
/.idea
8687
.idea/
8788

8889
WebApp.iml

0 commit comments

Comments
 (0)