Skip to content

Commit c34e099

Browse files
committed
Add lock file for GitHub Actions
1 parent bb54cd9 commit c34e099

File tree

2 files changed

+22477
-0
lines changed

2 files changed

+22477
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
.history/**
2+
# Node.js
3+
node_modules/
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Docusaurus build output
9+
/build/
10+
11+
# Local env files
12+
.env
13+
.env.local
14+
15+
# OS & Editor files
16+
.DS_Store
17+
Thumbs.db
18+
.idea/
19+
.vscode/
20+
21+
# Dependency lock if not using yarn
22+
.pnp.*
23+
.pnp
24+
25+
# macOS + Linux + Windows trash
26+
.Trashes
27+
*.swp
28+
*.swo

0 commit comments

Comments
 (0)