mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 21:05:08 +09:00
first
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Logs
|
||||
|
||||
logs
|
||||
_.log
|
||||
npm-debug.log_
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log\*
|
||||
.pnpm-debug.log*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
_.pid
|
||||
_.seed
|
||||
\*.pid.lock
|
||||
node_modules/
|
||||
\*.tsbuildinfo
|
||||
.node_repl_history
|
||||
|
||||
# build output
|
||||
dist
|
||||
dist-electron
|
||||
release
|
||||
|
||||
# ignoring vuero releases files
|
||||
*.zip
|
||||
|
||||
|
||||
# zone identifier
|
||||
*:Zone.Identifier
|
||||
.DS_Store
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
Reference in New Issue
Block a user