36 lines
484 B
Plaintext
36 lines
484 B
Plaintext
# OS
|
|
.DS_Store
|
|
thumbs.db
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Webpack / electron-vue build output
|
|
dist/electron/*
|
|
dist/web/*
|
|
!dist/electron/.gitkeep
|
|
!dist/web/.gitkeep
|
|
|
|
# electron-builder pack output (keep icons for packaging)
|
|
build/*
|
|
!build/icons
|
|
!build/icons/**
|
|
|
|
# Logs
|
|
npm-debug.log
|
|
npm-debug.log.*
|
|
yarn-error.log
|
|
yarn-debug.log*
|
|
|
|
# Local env (secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Runtime / deploy assets (not source)
|
|
/CardsoonServer
|
|
/cardsoonServer
|
|
/User Templates
|
|
/docs
|
|
/.cursor
|