mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 00:56:34 +00:00
30 lines
508 B
Plaintext
30 lines
508 B
Plaintext
# Environment variables
|
|
.env
|
|
.env.e2e
|
|
|
|
# Frontend
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Certificates
|
|
certs/*.pem
|
|
tmp/
|
|
.idea/.gitignore
|
|
.idea/misc.xml
|
|
.idea/modules.xml
|
|
.idea/pi ku.iml
|
|
.idea/vcs.xml
|
|
.idea/inspectionProfiles/profiles_settings.xml
|
|
.idea/runConfigurations/pi_ku.xml
|
|
backend/.idea/.gitignore
|
|
backend/.idea/backend.iml
|
|
backend/.idea/misc.xml
|
|
backend/.idea/modules.xml
|
|
backend/.idea/vcs.xml
|
|
backend/.idea/inspectionProfiles/profiles_settings.xml
|
|
backend/.idea/runConfigurations/backend.xml
|