mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 21:25:16 +00:00
feat: Implement persistence and initial project setup
This commit is contained in:
15
ap-pos/.gitignore
vendored
Normal file
15
ap-pos/.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Dependencies
|
||||
/node_modules
|
||||
|
||||
# Local Database
|
||||
ap-pos.db
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
*.env.local
|
||||
*.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
Reference in New Issue
Block a user