Skip to content

Commit 1b489e5

Browse files
authored
Merge pull request #101 from oxters168/ignore-files
Remove and Ignore some files
2 parents 56b5329 + d5cdd87 commit 1b489e5

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/app-release-signed.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "master" ]
66
paths-ignore:
77
- '**.md'
8+
- '.gitignore'
89

910
jobs:
1011
build:

.github/workflows/pluvia-pr-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "master" ]
66
paths-ignore:
77
- '**.md'
8+
- '.gitignore'
89

910
jobs:
1011
build:

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ app/.cxx/
5454
#Private keystore data
5555
app/keystores/*
5656
!app/keystores/.gitkeep
57+
58+
# virglrenderer
59+
*.pyc
60+
__pycache__/

0 commit comments

Comments
 (0)