Skip to content

Commit be1d037

Browse files
author
GitOps Bot
committed
Update README.md
1 parent 185f5ea commit be1d037

2 files changed

Lines changed: 20 additions & 45 deletions

File tree

.github/secret_scanning.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths-ignore:
2+
- "**"

.gitignore

Lines changed: 18 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,23 @@
1-
# Dependencies
1+
/nbproject/
2+
/.idea/*
3+
*.tmlanguage.cache
4+
*.tmPreferences.cache
5+
*.stTheme.cache
6+
*.sublime-workspace
7+
*.sublime-project
28
node_modules/
39
vendor/
4-
5-
# Runtime cache
10+
venv/
11+
.venv/
12+
env/
613
__pycache__/
714
*.pyc
8-
.venv/
9-
venv/
10-
11-
# Framework cache
12-
.next/
13-
.nuxt/
14-
.output/
15+
*.egg-info/
16+
.tox/
17+
.bundle/
18+
Pods/
19+
.gradle/
20+
.terraform/
21+
bower_components/
1522
.cache/
16-
.parcel-cache/
17-
.turbo/
18-
bootstrap/cache/
19-
storage/framework/cache/
20-
storage/framework/sessions/
21-
storage/framework/views/
22-
23-
# Package manager cache
24-
.yarn/
25-
.pnp.*
26-
.npm/
27-
28-
# IDE / Editor (exclude sftp.json)
29-
/.idea/
30-
/.vscode/*
31-
!/.vscode/sftp.json
32-
*.sublime-workspace
33-
*.sublime-project
34-
/nbproject/
35-
.vs/
36-
*.swp
37-
*.swo
38-
*~
39-
40-
# OS
41-
.DS_Store
42-
Thumbs.db
43-
44-
# Binaries / compiled
45-
*.o
46-
*.a
47-
*.so
48-
*.dylib
49-
*.wasm
50-
*.class
23+
coverage/

0 commit comments

Comments
 (0)