Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 4d38a77

Browse files
committed
better gitignore
1 parent 3710339 commit 4d38a77

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@
7272

7373
### Node ###
7474
node_modules/
75+
package-lock.json
7576

Diff for: .openapi-generator-ignore

+2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
.gitignore
25+
.openapi-generator-ignore
2426
composer.json
2527
.php_cs

0 commit comments

Comments
 (0)