mirror of
https://github.com/hanser0521/Wave-TOC.git
synced 2026-07-22 08:31:52 +00:00
Add .gitignore to exclude build and environment files
This commit is contained in:
commit
b28e321128
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Dependencies and generated build output
|
||||
node_modules/
|
||||
main.js
|
||||
dist/
|
||||
coverage/
|
||||
|
||||
# Local plugin state and private environment files
|
||||
data.json
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Design and QA artifacts generated during development
|
||||
*.png
|
||||
design-qa.md
|
||||
|
||||
# Logs, archives, and operating-system metadata
|
||||
*.log
|
||||
*.zip
|
||||
.DS_Store
|
||||
Loading…
Reference in a new issue