chore: init adonis

This commit is contained in:
Sonny
2024-04-27 15:49:47 +02:00
committed by Sonny
parent 219e5e3aed
commit 1386db6935
259 changed files with 7184 additions and 18173 deletions

56
.gitignore vendored
View File

@@ -1,45 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies and AdonisJS build
node_modules
build
tmp
# dependencies
/node_modules
/.pnp
.pnp.js
# Secrets
.env
.env.local
.env.production.local
.env.development.local
# testing
/coverage
# Frontend assets compiled code
public/assets
# next.js
/.next/
/out/
# Build tools specific
npm-debug.log
yarn-error.log
# production
/build
# misc
.DS_Store
*.pem
# Editors specific
.fleet
.idea
.vscode
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# sitemap files (they are generated by postbuild script)
public/sitemap*
public/robots.txt
# pwa static files
/public/sw*
/public/workbox-*
# Platform specific
.DS_Store