Initial commit: PC Builder AdonisJS project

This commit is contained in:
Kevin
2026-06-28 10:41:51 +02:00
commit 648d0af538
144 changed files with 18570 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
# Dependencies and AdonisJS build
node_modules
build
tmp/*
!tmp/.gitkeep
dist
.output
# Secrets
.env
.env.local
.env.production.local
.env.development.local
.env.test
# Frontend assets compiled code
public/assets
# Build tools specific
npm-debug.log
yarn-error.log
pnpm-debug.log
# Test coverage
coverage
# Editors specific
.fleet
.idea
.vscode
*.swp
*.swo
# Platform specific
.DS_Store
Thumbs.db
# IDE
*.sublime-project
*.sublime-workspace
# OS
.env.*.local