28295e346c
- Created a global TypeScript declaration for the txadmin interface on the Window object. - Implemented date formatting utilities using date-fns with Spanish locale support. - Added TypeScript configuration files for app, Electron, and Node environments. - Set up Vite configuration for React application.
50 lines
616 B
Plaintext
50 lines
616 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
client/node_modules
|
|
client/dist
|
|
client/dist-ssr
|
|
client/*.local
|
|
|
|
server/node_modules
|
|
server/dist
|
|
server/dist-ssr
|
|
server/*.local
|
|
server/build
|
|
# server/uploads
|
|
|
|
# txadmin Electron app
|
|
txadmin/node_modules
|
|
txadmin/dist
|
|
txadmin/dist-electron
|
|
txadmin/release
|
|
txadmin/release-portable
|
|
txadmin/*.local
|
|
txadmin/*.tsbuildinfo
|
|
txadmin/node_modules/.tmp
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# AI tooling
|
|
.atl/
|