Initial commit: Epson ePOS Node backend + Vue3 UI (printer matricial2)
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Env/config
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Vite build output (we build to public/)
|
||||
public/assets/
|
||||
public/*.map
|
||||
|
||||
# Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user